RwGetMaterialColor(RwMaterial *material, RwRGBColor *color);
Description
Retrieves the materials color.
Arguments
material Pointer to the material.
color Pointer to the RwRGBColor that will receive the materials color.
Return Value
The argument color if successful, and NULL otherwise.
See Also