Creates an RGBA color from supplied red, green, blue, and alpha components.
D3DCOLOR D3DRMCreateColorRGBA(
D3DVALUE red,
D3DVALUE green,
D3DVALUE blue,
D3DVALUE alpha
);
Parameters
red, green, blue, and alpha
Components of the RGBA color.
Return Values
Returns the new RGBA value if successful, or zero otherwise.
See Also