Enum TgaBitsPerPixel
Enumerates the available bits per pixel the tga encoder supports.
Namespace: SixLabors.ImageSharp.Formats.Tga
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum TgaBitsPerPixel : byte
Fields
Name | Description |
---|---|
Pixel16 | 16 bits per pixel. Each pixel consists of 2 bytes. |
Pixel24 | 24 bits per pixel. Each pixel consists of 3 bytes. |
Pixel32 | 32 bits per pixel. Each pixel consists of 4 bytes. |
Pixel8 | 8 bits per pixel. Each pixel consists of 1 byte. |