Viewer
    Preparing search index...

    Interface IHueSaturationEffectDefinition

    interface IHueSaturationEffectDefinition {
        type: HUE_SATURATION;
        properties?: { blendFunction?: number; hue?: number; saturation?: number };
        token?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The type of this effect.

    properties?: { blendFunction?: number; hue?: number; saturation?: number }

    Type Declaration

    • OptionalblendFunction?: number

      The blend function of this effect. (default: BlendFunction.NORMAL)

    • Optionalhue?: number

      The hue in radians. (default: 0.0)

    • Optionalsaturation?: number

      The saturation factor, ranging from -1 to 1, where 0 means no change. (default: 0.0)

    token?: string

    The token of the effect, is only returned by the viewer, but ignored as an input.