Module
Flare.Drawing 
- Package
- purescript-flare
- Repository
- sharkdp/purescript-flare
Re-exports from Graphics.Drawing 
#OutlineStyle Source
#Color Source
data ColorThe representation of a color.
Note:
- The Eqinstance compares twoColors by comparing their (integer) RGB values. This is different from comparing the HSL values (for example, HSL has many different representations of black (arbitrary hue and saturation values).
- Colors outside the sRGB gamut which cannot be displayed on a typical
computer screen can not be represented by Color.
Instances
#shadowColor Source
shadowColor :: Color -> ShadowSet the shadow color.
#shadowBlur Source
shadowBlur :: Number -> ShadowSet the shadow blur.
#outlineColor Source
outlineColor :: Color -> OutlineStyleSet the outline color.
#lineWidth Source
lineWidth :: Number -> OutlineStyleSet the line width.
#everywhere Source
everywhere :: (Drawing -> Drawing) -> Drawing -> DrawingModify a Drawing by applying a transformation to every subdrawing.
- Modules
- Flare
- Flare.Drawing 
- Flare.Smolder