SetBrushAlpha Data Member Function

Sets the alpha value of a brush.

Prototype

int32 SetBrushAlpha( int32 p_nBrushIndex, double p_dAlpha )

Parameters

Parameter Type Parameter Name Documentation
int32p_nBrushIndexThe index of the brush to set the alpha value for.
doublep_dAlphaThe value to set as the brush alpha value.

Examples

Copy Text To Clipboard

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