| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The LSB/MSB-first byte order of pixel data.
Source position: graphtype.pp line 77
type TRawImageByteOrder = ( |
||
riboLSBFirst, |
|
Least Significant Byte first. |
riboMSBFirst |
|
Most SignificantBbyte first. |
); |