Enum Image.UsedChannels
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Image.UsedChannels : long
Fields
L = 0The image only uses one channel for luminance (grayscale).
La = 1The image uses two channels for luminance and alpha, respectively.
R = 2The image only uses the red channel.
Rg = 3The image uses two channels for red and green.
Rgb = 4The image uses three channels for red, green, and blue.
Rgba = 5The image uses four channels for red, green, blue, and alpha.