Sets the red, green and blue values of a <Color4444> object.
int32 SetRGB( uint8 p_nRed, uint8 p_nGreen, uint8 p_nBlue )
Parameter Type | Parameter Name | Documentation |
---|---|---|
<uint8> | p_nRed | The new red value of the color, between 0 and 255. |
<uint8> | p_nGreen | The new green value of the color, between 0 and 255. |
<uint8> | p_nBlue | The new blue value of the color, between 0 and 255. |
None published. Please look for an example in the Simdify Scripting Language code base.