Table of Contents

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 = 3

There is only one channel with the luminance.

Rgb = 1

The pixel data has 3 channels: red, green and blue.

Rgba = 2

The pixel data has four channels: red, green, blue and a alpha channel.

Unknown = 0

The pixel data is unknown.