Search Results for

    Show / Hide Table of Contents

    Enum BlendOperation

    RGB or alpha blending operation.

    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public enum BlendOperation : byte

    Fields

    Name Description
    Add

    Add source 1 and source 2.

    Max

    Find the maximum of source 1 and source 2.

    Min

    Find the minimum of source 1 and source 2.

    ReverseSubstract

    Subtract source 2 from source 1.

    Substract

    Subtract source 1 from source 2.

    Extension Methods

    VKExtensionsMethods.ToVulkan(BlendOperation)
    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX