Strata - v1.4.10
    Preparing search index...

    Interface NeonEffectsProps

    Props for the NeonEffects component.

    interface NeonEffectsProps {
        bloomIntensity?: number;
        enabled?: boolean;
        luminanceThreshold?: number;
        multisampling?: number;
        saturation?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bloomIntensity?: number

    High intensity bloom for neon glow. Default: 3.0.

    enabled?: boolean

    Whether the effect is active. Default: true.

    luminanceThreshold?: number

    Threshold for what parts of the image glow. Default: 0.6.

    multisampling?: number

    Anti-aliasing quality. Default: 8.

    saturation?: number

    Boost for color saturation. Default: 0.3.