Table of Contents

Enum Image.AlphaMode

Namespace
Godot
Assembly
GodotSharp.dll
public enum Image.AlphaMode : long

Fields

Bit = 1

Image stores alpha in a single bit.

Blend = 2

Image uses alpha.

None = 0

Image does not have alpha.