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