Table of Contents

Enum ByteOrder

Namespace
SixLabors.ImageSharp
Assembly
SixLabors.ImageSharp.dll

The byte order of the data stream.

public enum ByteOrder

Fields

BigEndian = 0

The big-endian byte order (Motorola). Most-significant byte comes first, and ends with the least-significant byte.

LittleEndian = 1

The little-endian byte order (Intel). Least-significant byte comes first and ends with the most-significant byte.