Documentation
    Preparing search index...

    Interface EffectRGBCorrectionObject

    interface EffectRGBCorrectionObject {
        enabled: boolean;
        gainBlue: number;
        gainGreen: number;
        gainRed: number;
        gammaBlue: number;
        gammaGreen: number;
        gammaRed: number;
        liftBlue: number;
        liftGreen: number;
        liftRed: number;
        pedestalBlue: number;
        pedestalGreen: number;
        pedestalRed: number;
    }
    Index

    Properties

    enabled: boolean
    gainBlue: number

    [ float, min: 0.1, max: 10 ]

    gainGreen: number

    [ float, min: 0.1, max: 10 ]

    gainRed: number

    Increasing or decreasing the Gain Red value in "RGB Correction Settings" is multiplying Red into selected source. Pure "Black" and 100% "White" remains unaffected. The "Gain Red" control range is from 0.00% to 600.00%. Default is at 100.00%. Adjustments can be applied using the according slider, the numeric entry box or the arrow up/down icons. [ float, min: 0.1, max: 10 ]

    gammaBlue: number

    [ float, min: 0.1, max: 10 ]

    gammaGreen: number

    [ float, min: 0.1, max: 10 ]

    gammaRed: number

    Increasing or decreasing the Gamma Red value in "RGB Correction Settings" is multiplying Red only into the midtones on selected source. Pure "Black" and 100% "White" remains unaffected when the default value gets increased. The "Gamma Red" control range is from 0.00% to 800.00%. Default is at 100.00%. Adjustments can be applied using the according slider, the numeric entry box or the arrow up/down icons. [ float, min: 0.1, max: 10 ]

    liftBlue: number

    [ float, min: -1, max: 1 ]

    liftGreen: number

    [ float, min: -1, max: 1 ]

    liftRed: number

    Increasing or decreasing the Lift Red value in "RGB Correction Settings" is adding/subtracting Red into/from selected source. The "Lift Red" control range is +/- 100.00%. Default is at 0.00%. Adjustments can be applied using the according slider, the numeric entry box or the arrow up/down icons. [ float, min: -1, max: 1 ]

    pedestalBlue: number

    [ float, min: -1, max: 1 ]

    pedestalGreen: number

    [ float, min: -1, max: 1 ]

    pedestalRed: number

    [ float, min: -1, max: 1 ]