Xinf API Reference
Back | Index
enum xinf.ony.type.Paint

A Paint specifies the Color, or reference to a PaintServer to use for filling or stroking a shape.

See also: Specifying paint in SVG

URLReference( url:String )
use the PaintServer specified by url. Currently, only references by id to Gradients in the current Document are supported
RGBColor( r:Float, g:Float, b:Float )
use the solid RGB color described.
None
do not stroke/fill the shape in question at all
Back | Index