SetRGBA assigns the colors red, green, blue, and alpha channels (Channels.Red,Green,Blue,Alpha) to the four passed 8-bit values.
Parameters |
Description |
UByte r |
A value assigned to the red channel. |
UByte g |
A value assigned to the green channel. |
UByte b |
A value assigned to the blue channel. |
UByte a |
A value assigned to the alpha channel. |