casparcg-connection
    Preparing search index...

    Interface MixerChromaParameters

    interface MixerChromaParameters {
        channel: number;
        customParams?: Record<string, string | number | boolean | null>;
        duration?: number;
        enable: boolean;
        hueWidth: number;
        layer: number;
        minBrightness: number;
        minSaturation: number;
        showMask: boolean;
        softness: number;
        spillSuppress: number;
        spillSuppressSaturation: number;
        targetHue: number;
        tween?: TransitionTween;
    }

    Hierarchy (View Summary)

    Index

    Properties

    channel: number
    customParams?: Record<string, string | number | boolean | null>

    Optional custom parameters that will be appended to any command

    duration?: number
    enable: boolean
    hueWidth: number
    layer: number
    minBrightness: number
    minSaturation: number
    showMask: boolean
    softness: number
    spillSuppress: number
    spillSuppressSaturation: number
    targetHue: number