C4 Engine
C4 Engine API Documentation

EmissionAttribute::SetEmissionColor

Defined in:  C4Attributes.h
Sets the emission color.
Prototype

void SetEmissionColor(const ColorRGBA& color);

Parameters
color The new emission color.
Description
The SetEmissionColor attribute sets the emission color stored in an emission material attribute to the value given by the color parameter. A renderable object to which the affected attribute applies will subsequently be rendered using the new color.
See Also

EmissionAttribute::GetEmissionColor