AmbientColorSet
AmbientColorSet
Sets the color and intensity of the ambient all-round lighting.
void AmbientColorSet(
const DXColor &ambient_color // all-round lighting color and intensity
);Parameters
- &ambient_color
[in] All-round lighting color.
Return Value
No
Note
Intensity is set in the alpha channel of the DXColor structure.
Last updated on