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