C4 Engine
C4 Engine API Documentation

ReflectionAttribute::SetReflectionColor

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

void SetReflectionColor(const ColorRGBA& color);

Parameters
color The new reflection color.
Description
The SetReflectionColor attribute sets the reflection color stored in a reflection 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

ReflectionAttribute::GetReflectionColor