SetBrushColor Data Member Function

Sets the color of a brush.

Prototype

int32 SetBrushColor( int32 p_nBrushIndex, Color p_oBrushColor )

Parameters

Parameter Type Parameter Name Documentation
int32p_nBrushIndexThe index of the brush to set the color of.
<Color>p_oBrushColorThe color to set as the brush color.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.