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

    Class BlendFunctionAbstract

    An abstract blend function.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    Constructors

    • Constructs a new blend function.

      Parameters

      • name: string

        A unique blend function name.

      • shader: string | null

        The shader code.

      • supportsHDR: boolean = false

        Indicates whether this blend function supports HDR colors. Defaults to false.

      Returns BlendFunction

    Properties

    id: number

    An identifier.

    name: string

    A unique blend function name.

    shader: string | null

    The shader code.

    supportsHDR: boolean

    Indicates whether this blend function supports HDR colors.

    Shaders that assume a color value range of [0, 1] are not compatible with HDR.