Taos API Reference
    Preparing search index...

    Interface ChromaticAberrationSettings

    Chromatic-aberration (lens fringing) settings.

    interface ChromaticAberrationSettings {
        enabled?: boolean;
        amount?: number;
    }
    Index

    Properties

    Properties

    enabled?: boolean

    Disable without removing the config (default true when the object exists).

    amount?: number

    Max per-channel radial UV offset at the frame edge, in UV units. Red is pushed out, blue pulled in; the offset grows with radius. Default 0.005.