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

TRawImageQueryFlag

Image formats supported by a device, or present in image data.

Declaration

Source position: graphtype.pp line 105

type TRawImageQueryFlag = (

  riqfMono,

  

Include a description for a mono image.

  riqfGrey,

  

Include a description for a grey image.

  riqfRGB,

  

Include a description for an RGB image.

  riqfAlpha,

  

Include a description for an Alpha channel.

  riqfMask,

  

Include a description for a Mask.

  riqfPalette,

  

Include a description for a Palette.

  riqfUpdate

  

Update given description (instead of clearing it).

);


Version 4.0 Generated 2025-05-03 Home