Function ReflectionProbe.interiorAmbientColor

Sets the ambient light color to be used when this probe is set to interiorEnable.

Color interiorAmbientColor() nothrow @property @nogc;

void interiorAmbientColor (
  Color v
) nothrow @property @nogc;