Enum QoiChannels
- Namespace
- SixLabors.ImageSharp.Formats.Qoi
- Assembly
- SixLabors.ImageSharp.dll
Provides enumeration of available QOI color channels.
public enum QoiChannels
Fields
Rgb = 3
Each pixel is an R,G,B triple.
Rgba = 4
Each pixel is an R,G,B triple, followed by an alpha sample.