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

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