VisioForge (c) 2025

Search Results for

    Enum D3D11CompositorBlendOperation

    D3D11 compositor blend operation.

    Namespace: VisioForge.Core.Types.X.VideoEffects
    Assembly: VisioForge.Core.dll
    Syntax
    public enum D3D11CompositorBlendOperation

    Fields

    Name Description
    Add

    Add source and background.

    Max

    Maximum of source and background.

    Min

    Minimum of source and background.

    RevSubtract

    Subtract background from source.

    Subtract

    Subtract source from background.