LightColorGet
LightColorGet
Gets the color and intensity of a directed light source.
void LightColorGet(
DXColor &light_color // directional lighting color and intensity
);Parameters
- &light_color
[out] Directional lighting color and intensity.
Return Value
None.
Note
Intensity is stored in the alpha channel of the DXColor structure.
Last updated on