[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The first pixel in a raw image line can be the left or right pixel of the displaye image.
Source position: graphtype.pp line 79
type TRawImageBitOrder = ( |
||
riboBitsInOrder, |
|
Bit 0 represents first pixel[?] |
riboReversedBits |
|
Bit 0 represents highest pixel[?] |
); |
lazarus-ccr.sourceforge.net |