Function SpatialMaterial.vertexColorIsSrgb

If true, the model's vertex colors are processed as sRGB mode.

bool vertexColorIsSrgb() nothrow @property @nogc;

void vertexColorIsSrgb (
  bool v
) nothrow @property @nogc;