ImageAlphaMode Enumeration |
[Missing <summary> documentation for "T:Godot.Image.AlphaMode"]
Namespace: Godot
public enum AlphaMode
Member name | Value | Description | |
---|---|---|---|
None | 0 | Image does not have alpha. | |
Bit | 1 | Image stores alpha in a single bit. | |
Blend | 2 | Image uses alpha. |