color property

Vector3 color
getter/setter pair

The shaft color. This is used directly (not the light's direct radiance), so shafts show even for a shadow-only sun whose direct intensity is zero; tint it to match the sun. White by default.

Implementation

Vector3 color = Vector3(1.0, 1.0, 1.0);