gameforge - v0.1.12
    Preparing search index...

    Enumeration CLEAR_MODES

    Configure whether filter textures are cleared after binding.

    Filter textures need not be cleared if the filter does not use pixel blending. PIXI.CLEAR_MODES.BLIT will detect this and skip clearing as an optimization.

    PIXI

    Index

    Enumeration Members

    Enumeration Members

    AUTO: 2

    Alias for BLIT

    2
    
    BLEND: 0

    Do not clear the filter texture. The filter's output will blend on top of the output texture.

    0
    
    BLIT: 2

    Clear only if PIXI.FilterSystem.forceClear is set or if the filter uses pixel blending.

    2
    
    CLEAR: 1

    Always clear the filter texture.

    1
    
    NO: 0

    Alias for BLEND, same as false in earlier versions

    0
    
    YES: 1

    Alias for CLEAR, same as true in earlier versions

    1