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

TRawImageByteOrder

The LSB/MSB-first byte order of pixel data.

Declaration

Source position: graphtype.pp line 77

type TRawImageByteOrder = (

  riboLSBFirst,

  

Least Significant Byte first.

  riboMSBFirst

  

Most SignificantBbyte first.

);


Version 3.2 Generated 2024-02-25 Home