CPUParticles2D.color

Each particle's initial color. If texture is defined, it will be multiplied by this color.

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

Meta