Strata - v1.4.10
    Preparing search index...

    Interface GlitchPreset

    interface GlitchPreset {
        color?: ColorRepresentation;
        description: string;
        glitchIntensity?: number;
        name: string;
        rgbShiftAmount?: number;
        scanlineIntensity?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color?: ColorRepresentation
    description: string
    glitchIntensity?: number
    name: string
    rgbShiftAmount?: number
    scanlineIntensity?: number