Search Results for

    Show / Hide Table of Contents

    Enum BlendStateEnum

    The default values of the blend state.

    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public enum BlendStateEnum

    Fields

    Name Description
    Additive

    Additive alpha blending.

    AlphaBlend

    Pre-multiplied alpha blending.

    AlphaNonPremultiplied

    Non-premultiplied alpha blending.

    Custom

    Custom value.

    Multiplicative

    Multiplicative alpha blending.

    Opaque

    Not blended.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX