Sets the specified red, green, blue, and alpha values.
int32 SetRGBA( uint8 p_nRed, uint8 p_nGreen, uint8 p_nBlue, uint8 p_nAlpha )
Parameter Type | Parameter Name | Documentation |
---|---|---|
<uint8> | p_nRed | Sets the red value of the color to the specified value. |
<uint8> | p_nGreen | Sets the green value of the color to the specified value. |
<uint8> | p_nBlue | Sets the blue value of the color to the specified value. |
<uint8> | p_nAlpha | Sets the alpha value of the color to the specified value. |
None published. Please look for an example in the Simdify Scripting Language code base.