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