VisualServerSingleton.lightSetShadowColor

Sets the color of the shadow cast by the light. Equivalent to Light.shadowColor.

struct VisualServerSingleton
@nogc nothrow
void
lightSetShadowColor
(
in RID light
,
in Color color
)

Meta