Table of Contents

Enum ExrPixelType

Namespace
SixLabors.ImageSharp.Formats.Exr.Constants
Assembly
SixLabors.ImageSharp.dll

The different pixel formats for a OpenEXR image.

public enum ExrPixelType

Fields

Float = 2

float (32 bit floating point).

Half = 1

half (16 bit floating point).

UnsignedInt = 0

unsigned int (32 bit).