Click or drag to resize

ImageAlphaMode Enumeration

[Missing <summary> documentation for "T:Godot.Image.AlphaMode"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum AlphaMode
Members
  Member nameValueDescription
None0

Image does not have alpha.

Bit1

Image stores alpha in a single bit.

Blend2

Image uses alpha.

See Also