Function Environment.backgroundColor

The Color displayed for clear areas of the scene. Only effective when using the constant BG_COLOR or constant BG_COLOR_SKY background modes).

Color backgroundColor() nothrow @property @nogc;

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