Function CPUParticles2D.color

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

Color color() nothrow @property @nogc;

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