Color4444 Data Member Function

Constructs a <Color4444> object with the specified red, green, blue, and alpha values.

Prototype

Color4444 Color4444( uint8 p_iR, uint8 p_iG, uint8 p_iB, uint8 p_iA )

Parameters

Parameter Type Parameter Name Documentation
<uint8>p_iRAn <int32> representing the red value of the color. Must be 0-255.
<uint8>p_iGAn <int32> representing the green value of the color. Must be 0-255.
<uint8>p_iBAn <int32> representing the blue value of the color. Must be 0-255.
<uint8>p_iAAn <int32> representing the alpha value of the color. Must be 0-255.

Examples

Copy Text To Clipboard

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