Module Mlpost.Brush
Brushes : change the way lines are drawn in Mlpost
module Pen : sig ... endPens: change the way lines look like in Mlpost
module Dash : sig ... endDash patterns
val t : ?color:Color.t -> ?pen:Pen.t -> ?dash:Dash.t -> ?scale:Num.t -> ?brush:t -> unit -> tt ~color ~pen ~dash ~scale ~brushcreate a brush with colorcolorif TODO
type brush_colored= ?pen:Pen.t -> ?dash:Dash.t -> ?scale:Num.t -> ?brush:t -> unit -> tBrushes with Predefined Colors
base colors
val white : brush_coloredval black : brush_coloredval red : brush_coloredval blue : brush_coloredval green : brush_coloredval cyan : brush_coloredval yellow : brush_coloredval magenta : brush_colored
lighter colors
val lightred : brush_coloredval lightblue : brush_coloredval lightgreen : brush_coloredval lightcyan : brush_coloredval lightyellow : brush_coloredval lightmagenta : brush_colored
grays
val gray : float -> brush_coloredval lightgray : brush_coloredval mediumgray : brush_coloredval darkgray : brush_colored
additional colors
val orange : brush_coloredval purple : brush_colored