Enum ByteOrder
The byte order of the data stream.
Namespace: SixLabors.ImageSharp
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum ByteOrder
Fields
Name | Description |
---|---|
BigEndian | The big-endian byte order (Motorola). Most-significant byte comes first, and ends with the least-significant byte. |
LittleEndian | The little-endian byte order (Intel). Least-significant byte comes first and ends with the most-significant byte. |