Unit 'GraphType' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#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.4 Generated 2025-11-08 Home