Portability | GHC |
---|---|
Stability | experimental |
Maintainer | Ian-Woo Kim <ianwookim@gmail.com> |
Safe Haskell | None |
Hoodle.Type.Enum
Description
- data AddDirection
- = PageBefore
- | PageAfter
- data ZoomModeRel
- data PenType
- data PenColor
- = ColorBlack
- | ColorBlue
- | ColorRed
- | ColorGreen
- | ColorGray
- | ColorLightBlue
- | ColorLightGreen
- | ColorMagenta
- | ColorOrange
- | ColorYellow
- | ColorWhite
- | ColorRGBA Double Double Double Double
- data BackgroundStyle
- data VerticalSpaceMode
- data SelectType
- data SelectInfo = SelectInfo {}
- selectType :: Simple Lens SelectInfo SelectType
- penColorNameMap :: Map PenColor ByteString
- penColorRGBAmap :: Map PenColor (Double, Double, Double, Double)
- convertPenColorToRGBA :: PenColor -> (Double, Double, Double, Double)
- convertRGBAToHex :: (Double, Double, Double, Double) -> ByteString
- convertPenColorToByteString :: PenColor -> ByteString
- convertBackgroundStyleToByteString :: BackgroundStyle -> ByteString
Documentation
pen tool type
Constructors
PenWork | |
HighlighterWork | |
EraserWork | |
VerticalSpaceWork |
predefined pen colors
data BackgroundStyle Source
predefined background styles
Constructors
BkgStylePlain | |
BkgStyleLined | |
BkgStyleRuled | |
BkgStyleGraph |
Instances
data SelectType Source
select tool type
Constructors
SelectRegionWork | |
SelectRectangleWork | |
SelectHandToolWork |
Instances
convertRGBAToHex :: (Double, Double, Double, Double) -> ByteStringSource