postprocessing - v7.0.0-beta.16
    Preparing search index...

    Interface ASCIIEffectOptions

    ASCIIEffect options.

    interface ASCIIEffectOptions {
        asciiTexture?: ASCIITexture | null;
        cellSize?: number;
        color?: string | number | Color | null;
        inverted?: boolean;
    }

    Implemented by

    Index

    Properties

    asciiTexture?: ASCIITexture | null

    An ASCII lookup texture.

    cellSize?: number

    The size of a single cell in pixels.

    It's recommended to use even numbers.

    16
    
    color?: string | number | Color | null

    A color that overrides the scene colors.

    null
    
    inverted?: boolean

    Whether the effect should be inverted.

    false