Enum BlendFactorType

    Definition

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

    Enumeration for blend factor.

    public enum BlendFactorType

    Fields

    Name Description
    ConstantAlpha

    Match as GL_CONSTANT_ALPHA

    ConstantColor

    Match as GL_CONSTANT_COLOR

    DstAlpha

    Match as GL_DST_ALPHA

    DstColor

    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

    OneMinusDstAlpha

    Match as GL_ONE_MINUS_DST_ALPHA

    OneMinusDstColor

    Match as GL_ONE_MINUS_DST_COLOR

    OneMinusSrcAlpha

    Match as GL_ONE_MINUS_SRC_ALPHA

    OneMinusSrcColor

    Match as GL_ONE_MINUS_SRC_COLOR

    SrcAlpha

    Match as GL_SRC_ALPHA

    SrcAlphaSaturate

    Match as GL_SRC_ALPHA_SATURATE

    SrcColor

    Match as GL_SRC_COLOR

    Zero

    Match as GL_ZERO

    Extension Methods

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