Enum BlendFactor

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    Enumeration for blend factor.

    public enum BlendFactor

    Fields

    Name Description
    ConstantAlpha

    Match as GL_CONSTANT_ALPHA

    ConstantColor

    Match as GL_CONSTANT_COLOR

    DestinationAlpha

    Match as GL_DST_ALPHA

    DestinationColor

    Match as GL_DST_COLOR

    One

    Match as GL_ONE

    OneMinusConstantAlpha

    Match as GL_ONE_MINUS_CONSTANT_ALPHA

    OneMinusConstantColor

    Match as GL_ONE_MINUS_CONSTANT_COLOR

    OneMinusDestinationAlpha

    Match as GL_ONE_MINUS_DST_ALPHA

    OneMinusDestinationColor

    Match as GL_ONE_MINUS_DST_COLOR

    OneMinusSourceAlpha

    Match as GL_ONE_MINUS_SRC_ALPHA

    OneMinusSourceColor

    Match as GL_ONE_MINUS_SRC_COLOR

    SourceAlpha

    Match as GL_SRC_ALPHA

    SourceAlphaSaturate

    Match as GL_SRC_ALPHA_SATURATE

    SourceColor

    Match as GL_SRC_COLOR

    Zero

    Match as GL_ZERO

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<BlendFactor>(BlendFactor, string)
    Extensions.LoadFromXaml<BlendFactor>(BlendFactor, string)
    Extensions.LoadFromXaml<BlendFactor>(BlendFactor, Type)
    Extensions.LoadFromXamlFile<BlendFactor>(BlendFactor, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX