The XSI_RTS_ColorARGB structure represents the ARGB color data type.
#include <XSI_rtshaders.h>
Public Attributes | |
| unsigned char | m_alpha |
| unsigned char | m_red |
| unsigned char | m_green |
| unsigned char | m_blue |
| unsigned char m_alpha |
The alpha component
| unsigned char m_red |
The red component
| unsigned char m_green |
The green component
| unsigned char m_blue |
The blue component