[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'GraphType' (#lazutils)

TRawImageBitOrder

Bit order for raw image data scan lines.

Declaration

Source position: graphtype.pp line 84

type TRawImageBitOrder = (

  riboBitsInOrder,

  

Bit 0 represents first pixel.

  riboReversedBits

  

Bit 0 represents highest pixel.

);

Description

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