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

    Class ColorUber

    Built-in HDR color-grading and display transform inspired by a modern "uber post" pass.

    Bloom and lighting stay linear before this feature. The pass applies exposure, white balance, channel grading, lift/gamma/gain, hue/saturation, vignette, tone mapping, sRGB output, and optional 8-bit dithering in one fullscreen draw.

    Implements

    Index
    injectionPoint: "after-post-process" = ...

    Stable point at which the runtime records its graph work.

    name: "color-uber" = 'color-uber'

    Unique diagnostic name within one forward factory.

    requirements: Readonly<
        {
            requiredTextureFormats: readonly (
                | Readonly<{ format: "rgba8unorm"; use: "color-attachment" }>
                | Readonly<{ format: "rgba8unorm"; use: "filterable-sampled" }>
            )[];
            sampledDepth: false;
            sampledSceneColor: true;
        },
    > = ...

    Static scene-resource and device constraints.