[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 82

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 3.2 Generated 2024-02-25 Home