Function ParticlesMaterial.emissionColorTexture

Particle color will be modulated by color determined by sampling this texture at the same point as the emissionPointTexture.

Texture emissionColorTexture() nothrow @property @nogc;

void emissionColorTexture (
  Texture v
) nothrow @property @nogc;