Function CanvasItem.selfModulate

The color applied to textures on this CanvasItem. This is not inherited by children CanvasItems.

Color selfModulate() nothrow @property @nogc;

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