Unit 'GraphType' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lazutils]

TRawImageByteOrder

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

Declaration

Source position: graphtype.pp line 79

type TRawImageByteOrder = (

  riboLSBFirst,

  

Least Significant Byte first.

  riboMSBFirst

  

Most SignificantBbyte first.

);


Version 4.4 Generated 2025-11-08 Home