Enum RenderingDevice.BlendFactor
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum RenderingDevice.BlendFactor : long
Fields
ConstantAlpha = 12Color and alpha blend factor is
blend constant alpha(see DrawListSetBlendConstants(long, Color)).ConstantColor = 10Color blend factor is
blend constant color. Alpha blend factor isblend constant alpha(see DrawListSetBlendConstants(long, Color)).DstAlpha = 8Color and alpha blend factor is
destination alpha.DstColor = 4Color blend factor is
destination color. Alpha blend factor isdestination alpha.Max = 19Represents the size of the RenderingDevice.BlendFactor enum.
One = 1Constant
1.0blend factor.OneMinusConstantAlpha = 13Color and alpha blend factor is
1.0 - blend constant alpha(see DrawListSetBlendConstants(long, Color)).OneMinusConstantColor = 11Color blend factor is
1.0 - blend constant color. Alpha blend factor is1.0 - blend constant alpha(see DrawListSetBlendConstants(long, Color)).OneMinusDstAlpha = 9Color and alpha blend factor is
1.0 - destination alpha.OneMinusDstColor = 5Color blend factor is
1.0 - destination color. Alpha blend factor is1.0 - destination alpha.OneMinusSrc1Alpha = 18Color and alpha blend factor is
1.0 - second source alpha. Only relevant for dual-source blending.OneMinusSrc1Color = 16Color blend factor is
1.0 - second source color. Alpha blend factor is1.0 - second source alpha. Only relevant for dual-source blending.OneMinusSrcAlpha = 7Color and alpha blend factor is
1.0 - source alpha.OneMinusSrcColor = 3Color blend factor is
1.0 - source color. Alpha blend factor is1.0 - source alpha.Src1Alpha = 17Color and alpha blend factor is
second source alpha. Only relevant for dual-source blending.Src1Color = 15Color blend factor is
second source color. Alpha blend factor issecond source alpha. Only relevant for dual-source blending.SrcAlpha = 6Color and alpha blend factor is
source alpha.SrcAlphaSaturate = 14Color blend factor is
min(source alpha, 1.0 - destination alpha). Alpha blend factor is1.0.SrcColor = 2Color blend factor is
source color. Alpha blend factor issource alpha.Zero = 0Constant
0.0blend factor.