Hilo3d API - v2.0.0-alpha.3
    Preparing search index...

    Interface ColorUberOptions

    Linear-HDR color grading and display transform settings.

    interface ColorUberOptions {
        channelBlue?: Color;
        channelGreen?: Color;
        channelRed?: Color;
        colorFilter?: Color;
        contrast?: number;
        dithering?: boolean;
        exposure?: number;
        gain?: Color;
        gamma?: Color;
        hueShift?: number;
        lift?: Color;
        saturation?: number;
        temperature?: number;
        tint?: number;
        toneMapping?: ToneMappingMode;
        vignetteColor?: Color;
        vignetteIntensity?: number;
        vignetteSmoothness?: number;
    }
    Index
    channelBlue?: Color
    channelGreen?: Color
    channelRed?: Color
    colorFilter?: Color
    contrast?: number

    Contrast adjustment where zero is neutral and one doubles contrast.

    dithering?: boolean
    exposure?: number

    Exposure compensation in EV stops.

    gain?: Color
    gamma?: Color
    hueShift?: number

    Hue rotation in degrees.

    lift?: Color
    saturation?: number

    Saturation adjustment where zero is neutral and -1 is grayscale.

    temperature?: number

    White-balance temperature in the normalized range [-1, 1].

    tint?: number

    White-balance green/magenta tint in the normalized range [-1, 1].

    toneMapping?: ToneMappingMode
    vignetteColor?: Color
    vignetteIntensity?: number
    vignetteSmoothness?: number