@lakuna/ugl
    Preparing search index...

    Interface BlendFunctionFullSet

    A set of source and destination RGB and alpha blend functions.

    interface BlendFunctionFullSet {
        "0": BlendFunction;
        "1": BlendFunction;
        "2": BlendFunction;
        "3": BlendFunction;
    }
    Index

    Properties

    0 1 2 3

    Properties

    The source RGB blend function.

    The destination RGB blend function.

    The source alpha blend function.

    The destination alpha blend function.