Function SpatialMaterial.rimTint

The amount of to blend light and albedo color when rendering rim effect. If 0 the light color is used, while 1 means albedo color is used. An intermediate value generally works best.

double rimTint() nothrow @property @nogc;

void rimTint (
  double v
) nothrow @property @nogc;