interface IParticleHslAnimation {
    h: IParticleValueAnimation<number>;
    l: IParticleValueAnimation<number>;
    s: IParticleValueAnimation<number>;
}

Properties

h l s

Properties