Mlpost.BrushBrushes : 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
t ~color ~pen ~dash ~scale ~brush create a brush with color color if TODO
Brushes 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_coloredval lightred : brush_coloredval lightblue : brush_coloredval lightgreen : brush_coloredval lightcyan : brush_coloredval lightyellow : brush_coloredval lightmagenta : brush_coloredval gray : float -> brush_coloredval lightgray : brush_coloredval mediumgray : brush_coloredval darkgray : brush_coloredval orange : brush_coloredval purple : brush_colored