CanvasItem.modulate

The color applied to textures on this CanvasItem. Default value: Color(1, 1, 1, 1) (opaque "white").

  1. Color modulate [@property getter]
    struct CanvasItem
    @nogc nothrow @property
    Color
    modulate
    ()
  2. Color modulate [@property setter]

Meta