[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Bit order for raw image data scan lines.
Source position: graphtype.pp line 84
type TRawImageBitOrder = ( |
||
riboBitsInOrder, |
|
Bit 0 represents first pixel. |
riboReversedBits |
|
Bit 0 represents highest pixel. |
); |
The first pixel in a raw image line can be the left or right pixel of the displayed image.
Version 4.0 | Generated 2025-05-03 | Home |