Table of Contents

Enum PixelFormatNumericRepresentation

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Primitives.dll
public enum PixelFormatNumericRepresentation

Fields

Unspecified = 0

The format is not specified.

Indexed = 1

Specifies that the format is indexed.

UnsignedInteger = 2

Specifies that the format is represented as an unsigned integer.

SignedInteger = 3

Specifies that the format is represented as a signed integer.

Fixed = 4

Specifies that the format is represented as a fixed-point number.

Float = 5

Specifies that the format is represented as a floating-point number.