pixi.js
    Preparing search index...

    Interface ClearOptionsAdvanced

    The options for clearing the render target.

    interface ClearOptions {
        clear?: CLEAR_OR_BOOL;
        clearColor?: ColorSource;
        target?: RenderSurface;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The clear mode to use.

    clearColor?: ColorSource

    The color to clear with.

    target?: RenderSurface

    The render target to render. if this target is a canvas and you are using the WebGL renderer, please ensure you have set multiView to true on renderer.