Enum ExrImageDataType
- Namespace
- SixLabors.ImageSharp.Formats.Exr.Constants
- Assembly
- SixLabors.ImageSharp.dll
This enum represents the type of pixel data in the EXR image.
public enum ExrImageDataType
Fields
Gray = 3There is only one channel with the luminance.
Rgb = 1The pixel data has 3 channels: red, green and blue.
Rgba = 2The pixel data has four channels: red, green, blue and a alpha channel.
Unknown = 0The pixel data is unknown.