Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setBrush :: Image -> Image -> IO ()

    gd Graphics.GD

    Set an Image as a brush for an Image

  2. setPixel :: Point -> Color -> Image -> IO ()

    gd Graphics.GD

    No documentation available.

  3. setPixel :: Point -> Color -> Image -> IO ()

    gd Graphics.GD.ByteString

    No documentation available.

  4. setPixel :: Point -> Color -> Image -> IO ()

    gd Graphics.GD.ByteString.Lazy

    No documentation available.

  5. setField :: forall (f :: Symbol) s a . HasField' f s a => a -> s -> s

    generic-optics Data.Generics.Product.Fields

    >>> setField @"age" 60 human
    Human {name = "Tunyasz", age = 60, address = "London", other = False}
    

  6. setPosition :: forall (i :: Nat) s a . HasPosition' i s a => a -> s -> s

    generic-optics Data.Generics.Product.Positions

    >>> setPosition @2 60 human
    Human {name = "Tunyasz", age = 60, address = "London"}
    

  7. setTyped :: HasType a s => a -> s -> s

    generic-optics Data.Generics.Product.Typed

    Set field at type.

  8. setAltitude :: HasAltitude a => Double -> a -> a

    geodetics Geodetics.Altitude

    No documentation available.

  9. setAntialias :: Antialias -> Render ()

    gi-cairo-render GI.Cairo.Render

    Set the antialiasing mode of the rasterizer used for drawing shapes. This value is a hint, and a particular backend may or may not support a particular value. At the current time, no backend supports AntialiasSubpixel when drawing shapes. Note that this option does not affect text rendering, instead see fontOptionsSetAntilias.

  10. setDash :: [Double] -> Double -> Render ()

    gi-cairo-render GI.Cairo.Render

    Sets the dash pattern to be used by stroke. A dash pattern is specified by dashes, a list of positive values. Each value provides the user-space length of altenate "on" and "off" portions of the stroke. The offset specifies an offset into the pattern at which the stroke begins. If dashes is [] then dashing is disabled.

Page 779 of many | Previous | Next