RwSetPolygonAmbientRGBStruct(RwPolygon3d *poly, RwRGBColor *rgb)
RwSetPolygonAmbientRGB(RwPolygon3d *poly, RwReal red, RwReal green, RwReal blue)
Description
Sets the ambient RGB surface properties of the polygon.
Arguments
poly Pointer to the polygon.
rgb pointer to the RwRGBColor that contains the surface properties.
Return Value
The argument poly if successful, and NULL otherwise.
See Also