module Brush:Brushes : change the way lines are drawn in Mlpostsig..end
module Pen:sig..end
module Dash:sig..end
type t
val t : ?color:Color.t ->
?pen:Pen.t ->
?dash:Dash.t ->
?scale:Num.t -> ?brush:t -> unit -> tval pen : t -> Pen.t optionval dash : t -> Dash.t optionval color : t -> Color.t optiontypebrush_colored =?pen:Pen.t ->
?dash:Dash.t ->
?scale:Num.t -> ?brush:t -> unit -> t
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