DlgFlagsEx property (LEADDlgColor Control)
Builder Syntax |
L_UINT32 DlgFlagsEx |
Delphi Syntax |
DlgFlagsEx: L_UINT32 |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets user interface flags for the ColorRes dialog box, which determine the options available in the dialog. Possible values are:
Value |
Meaning |
DLG_COLORRES_SHOW_1BIT |
[$00000001] 1-bit is an option in the dialog. |
DLG_COLORRES_SHOW_2BIT |
[$00000002] 2-bit is an option in the dialog |
DLG_COLORRES_SHOW_3BIT |
[$00000004] 3-bit is an option in the dialog |
DLG_COLORRES_SHOW_4BIT |
[$00000008] 4-bit is an option in the dialog |
DLG_COLORRES_SHOW_5BIT |
[$00000010] 5-bit is an option in the dialog |
DLG_COLORRES_SHOW_6BIT |
[$00000020] 6-bit is an option in the dialog |
DLG_COLORRES_SHOW_7BIT |
[$00000040] 7-bit is an option in the dialog |
DLG_COLORRES_SHOW_8BIT |
[$00000080] 8-bit is an option in the dialog |
DLG_COLORRES_SHOW_12BIT |
[$00000100] 12-bit is an option in the dialog |
DLG_COLORRES_SHOW_16BIT |
[$00000200] 16-bit is an option in the dialog |
DLG_COLORRES_SHOW_24BIT |
[$00000400] 24-bit is an option in the dialog |
DLG_COLORRES_SHOW_32BIT |
[$00000800] 32-bit is an option in the dialog |
DLG_COLORRES_SHOW_48BIT |
[$00001000] 48-bit is an option in the dialog |
DLG_COLORRES_SHOW_64BIT |
[$00002000] 64-bit is an option in the dialog |
DLG_COLORRES_SHOW_BITALL |
[$00003FFF] 1-bit to 64-bit are all options in the dialog. |
DLG_COLORRES_SHOW_DITHER_NONE |
[$00004000] no dithering is an option in the dialog. |
DLG_COLORRES_SHOW_DITHER_FLOYD |
[$00008000] Floyd dithering is an option in the dialog |
DLG_COLORRES_SHOW_DITHER_STUCKI |
[$00010000] Stucki dithering is an option in the dialog |
DLG_COLORRES_SHOW_DITHER_BURKES |
[$00020000] Burkes dithering is an option in the dialog |
DLG_COLORRES_SHOW_DITHER_SIERRA |
[$00040000] Sierra dithering is an option in the dialog |
DLG_COLORRES_SHOW_DITHER_STEVENSON |
[$00080000] Stevenson dithering is an option in the dialog |
DLG_COLORRES_SHOW_DITHER_JARVIS |
[$00100000] Jarvis dithering is an option in the dialog |
DLG_COLORRES_SHOW_DITHER_CLUSTER |
[$00200000] Clustered dithering is an option in the dialog |
DLG_COLORRES_SHOW_DITHER_ORDERED |
[$00400000] Ordered dithering is an option in the dialog |
DLG_COLORRES_SHOW_DITHER_ALL |
[$007FC000] All dithering methods are options in the dialog |
DLG_COLORRES_SHOW_PAL_FIXED |
[$00800000] Fixed palette is an option in the dialog |
DLG_COLORRES_SHOW_PAL_OPTIMIZED |
[$01000000] Optimized palette is an option in the dialog |
DLG_COLORRES_SHOW_PAL_IDENTITY |
[$02000000] identity palette is an option in the dialog |
DLG_COLORRES_SHOW_PAL_NETSCAPE |
[$04000000] Netscape palette is an option in the dialog |
DLG_COLORRES_SHOW_PAL_SVGA |
[$08000000] SVGA palette is an option |
DLG_COLORRES_SHOW_PAL_UNIFORM |
[$10000000] Uniform palette is an option |
DLG_COLORRES_SHOW_PAL_MSIE |
[$20000000] MSIE palette is an option |
DLG_COLORRES_SHOW_PAL_ALL |
[$3F800000] All palette options are included in the dialog |
See Also
Elements: |
ShowColorResDlg method, BitsPerPixel property, PaletteFlags property, DitherFlags property |
Topics: |