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.
setBrush :: Image -> Image -> IO ()gd Graphics.GD Set an Image as a brush for an Image
setPixel :: Point -> Color -> Image -> IO ()gd Graphics.GD No documentation available.
setPixel :: Point -> Color -> Image -> IO ()gd Graphics.GD.ByteString No documentation available.
setPixel :: Point -> Color -> Image -> IO ()gd Graphics.GD.ByteString.Lazy No documentation available.
setField :: forall (f :: Symbol) s a . HasField' f s a => a -> s -> sgeneric-optics Data.Generics.Product.Fields >>> setField @"age" 60 human Human {name = "Tunyasz", age = 60, address = "London", other = False}setPosition :: forall (i :: Nat) s a . HasPosition' i s a => a -> s -> sgeneric-optics Data.Generics.Product.Positions >>> setPosition @2 60 human Human {name = "Tunyasz", age = 60, address = "London"}setTyped :: HasType a s => a -> s -> sgeneric-optics Data.Generics.Product.Typed Set field at type.
setAltitude :: HasAltitude a => Double -> a -> ageodetics Geodetics.Altitude No documentation available.
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.
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.