SetBrushChannelTypeState Data Member Function

Sets the channel type state of a brush.

Prototype

int32 SetBrushChannelTypeState( int32 p_nBrushIndex, int32 ChannelType, int32 On )

Parameters

Parameter Type Parameter Name Documentation
int32p_nBrushIndexThe index of the brush to set the channel type state of.
int32ChannelTypeThe channel type to set the state of.
int32OnA flag specifying whether the channel type is on or off.

Examples

Copy Text To Clipboard

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