Retrieves the alpha component of a color.
D3DVALUE D3DRMColorGetAlpha(
D3DCOLOR d3drmc
);
Parameters
d3drmc
Color from which the alpha component is retrieved.
Return Values
Returns the alpha value if successful, or zero otherwise.
See Also