Enum Image.AlphaMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Image.AlphaMode : long
Fields
Bit = 1Image stores alpha in a single bit.
Blend = 2Image uses alpha.
None = 0Image does not have alpha.
public enum Image.AlphaMode : long
Bit = 1Image stores alpha in a single bit.
Blend = 2Image uses alpha.
None = 0Image does not have alpha.