Constructs a <Color4444> object with the specified red, green, blue, and alpha values.
Color4444 Color4444( uint8 p_iR, uint8 p_iG, uint8 p_iB, uint8 p_iA )
Parameter Type | Parameter Name | Documentation |
---|---|---|
<uint8> | p_iR | An <int32> representing the red value of the color. Must be 0-255. |
<uint8> | p_iG | An <int32> representing the green value of the color. Must be 0-255. |
<uint8> | p_iB | An <int32> representing the blue value of the color. Must be 0-255. |
<uint8> | p_iA | An <int32> representing the alpha value of the color. Must be 0-255. |
None published. Please look for an example in the Simdify Scripting Language code base.