tsParticles - v4.4.0
    Preparing search index...
    interface IHDROptions {
        enable: boolean;
        mode: "standard" | "natural" | "vivid" | "cinematic" | "dynamic" | HdrMode;
        peakNits: number;
    }

    Implemented by

    Index
    enable: boolean

    Whether HDR rendering is enabled

    mode: "standard" | "natural" | "vivid" | "cinematic" | "dynamic" | HdrMode

    The HDR rendering mode preset, e.g. HdrMode.standard or HdrMode.vivid

    peakNits: number

    The peak brightness in nits for HDR rendering