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