CanvasItemBlendMode Enumeration |
[Missing <summary> documentation for "T:Godot.CanvasItem.BlendMode"]
Namespace: Godot
public enum BlendMode
Member name | Value | Description | |
---|---|---|---|
Mix | 0 | Mix blending mode. Colors are assumed to be independent of the alpha (opacity) value. | |
Add | 1 | Additive blending mode. | |
Sub | 2 | Subtractive blending mode. | |
Mul | 3 | Multiplicative blending mode. | |
PremultAlpha | 4 | Mix blending mode. Colors are assumed to be premultiplied by the alpha (opacity) value. | |
Disabled | 5 | Disables blending mode. Colors including alpha are written as-is. Only applicable for render targets with a transparent background. No lighting will be applied. |