Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data LineCap
- strokeColor :: Context -> Color -> IO ()
- strokePaint :: Context -> Paint -> IO ()
- fillColor :: Context -> Color -> IO ()
- fillPaint :: Context -> Paint -> IO ()
- miterLimit :: Context -> CFloat -> IO ()
- strokeWidth :: Context -> CFloat -> IO ()
- lineCap :: Context -> LineCap -> IO ()
- lineJoin :: Context -> LineCap -> IO ()
- globalAlpha :: Context -> CFloat -> IO ()
- strokeColor'_ :: Context -> ColorPtr -> IO ()
- strokePaint'_ :: Context -> PaintPtr -> IO ()
- fillColor'_ :: Context -> ColorPtr -> IO ()
- fillPaint'_ :: Context -> PaintPtr -> IO ()
- miterLimit'_ :: Context -> CFloat -> IO ()
- strokeWidth'_ :: Context -> CFloat -> IO ()
- lineCap'_ :: Context -> CInt -> IO ()
- lineJoin'_ :: Context -> CInt -> IO ()
- globalAlpha'_ :: Context -> CFloat -> IO ()
Documentation
Instances
Enum LineCap Source # | |
Eq LineCap Source # | |
Ord LineCap Source # | |
Read LineCap Source # | |
Show LineCap Source # | |
strokePaint :: Context -> Paint -> IO () Source #
Sets current stroke style to a paint, which can be a one of the gradients or a pattern.
fillPaint :: Context -> Paint -> IO () Source #
Sets current fill style to a paint, which can be a one of the gradients or a pattern.
miterLimit :: Context -> CFloat -> IO () Source #
Sets the miter limit of the stroke style. Miter limit controls when a sharp corner is beveled.