interface IHslAnimation {
    h: IColorAnimation;
    l: IColorAnimation;
    s: IColorAnimation;
}

Implemented by

Properties

h l s

Properties