wtc-gl
    Preparing search index...

    Interface WTCGLBlendEquation

    Represents a collection of modes used to make up a blend equation.

    interface WTCGLBlendEquation {
        modeAlpha: number;
        modeRGB: number;
    }
    Index

    Properties

    Properties

    modeAlpha: number

    The mode to blend when using RGBA

    modeRGB: number

    The mode to blend when using RGB