[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set type used to store values from the TRawImageQueryFlag enumeration.
Source position: graphtype.pp line 114
type TRawImageQueryFlags = set of ( |
||
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). |
); |
Passed as an argument to routines in the LCL interface an widgetset classes. Used to determine when the image descriptor for raw image data needs to be read from its device context or handle.
|
Image formats supported by a device, or present in image data. |
Version 4.0 | Generated 2025-05-03 | Home |