Enum BlendFactorType
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
Enumeration for blend factor.
C#Copypublic enum BlendFactorType : int
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 |