Function SpriteBase3D.modulate

A color value that gets multiplied on, could be used for mood-coloring or to simulate the color of light.

Color modulate() nothrow @property @nogc;

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