SpriteBase3D.modulate

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

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

Meta