Microsoft DirectX 8.1 (C++) |
Initializes a color with the supplied red, green, blue, and alpha values.
D3DCOLOR_RGBA(r,g,b,a) D3DCOLOR_ARGB(a,r,g,b)
Returns the D3DCOLOR value that corresponds to the supplied RGBA values.
Header: Declared in D3d8types.h.