Sets the alpha value of a brush.
int32 SetBrushAlpha( int32 p_nBrushIndex, float64 p_dAlpha )
Parameter Type | Parameter Name | Documentation |
---|---|---|
int32 | p_nBrushIndex | The index of the brush to set the alpha value for. |
float64 | p_dAlpha | The value to set as the brush alpha value. |
None published. Please look for an example in the Simdify Scripting Language code base.