ClrResFlags Property (ILEADRasterDlgClr)

Visual Basic example

Visual C++ example

 

Syntax

long ClrResFlags;

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

COLORRES_SHOW_1BIT

[0x00000001] 1-bit is an option in the dialog.

COLORRES_SHOW_2BIT

[0x00000002] 2-bit is an option in the dialog

COLORRES_SHOW_3BIT

[0x00000004] 3-bit is an option in the dialog

COLORRES_SHOW_4BIT

[0x00000008] 4-bit is an option in the dialog

COLORRES_SHOW_5BIT

[0x00000010] 5-bit is an option in the dialog

COLORRES_SHOW_6BIT

[0x00000020] 6-bit is an option in the dialog

COLORRES_SHOW_7BIT

[0x00000040] 7-bit is an option in the dialog

COLORRES_SHOW_8BIT

[0x00000080] 8-bit is an option in the dialog

COLORRES_SHOW_12BIT

[0x00000100] 12-bit is an option in the dialog

COLORRES_SHOW_16BIT

[0x00000200] 16-bit is an option in the dialog

COLORRES_SHOW_24BIT

[0x00000400] 24-bit is an option in the dialog

COLORRES_SHOW_32BIT

[0x00000800] 32-bit is an option in the dialog

COLORRES_SHOW_48BIT

[0x00001000] 48-bit is an option in the dialog

COLORRES_SHOW_64BIT

[0x00002000] 64-bit is an option in the dialog

COLORRES_SHOW_BITALL

[0x00003FFF] 1-bit to 64-bit are all options in the dialog.

COLORRES_SHOW_DITHER_NONE

[0x00004000] no dithering is an option in the dialog.

COLORRES_SHOW_DITHER_FLOYD

[0x00008000] Floyd dithering is an option in the dialog

COLORRES_SHOW_DITHER_STUCKI

[0x00010000] Stucki dithering is an option in the dialog

COLORRES_SHOW_DITHER_BURKES

[0x00020000] burkes dithering is an option in the dialog

COLORRES_SHOW_DITHER_SIERRA

[0x00040000] sierra dithering is an option in the dialog

COLORRES_SHOW_DITHER_STEVENSON

[0x00080000] Stevenson dithering is an option in the dialog

COLORRES_SHOW_DITHER_JARVIS

[0x00100000] Jarvis dithering is an option in the dialog

COLORRES_SHOW_DITHER_CLUSTER

[0x00200000] clustered dithering is an option in the dialog

COLORRES_SHOW_DITHER_ORDERED

[0x00400000] ordered dithering is an option in the dialog

COLORRES_SHOW_DITHER_ALL

[0x007FC000] all dithering methods are options in the dialog

COLORRES_SHOW_PAL_FIXED

[0x00800000] fixed palette is an option in the dialog

COLORRES_SHOW_PAL_OPTIMIZED

[0x01000000] optimized palette is an option in the dialog

COLORRES_SHOW_PAL_IDENTITY

[0x02000000] identity palette is an option in the dialog

COLORRES_SHOW_PAL_NETSCAPE

[0x04000000] Netscape palette is an option in the dialog

COLORRES_SHOW_PAL_SVGA

[0x08000000] SVGA palette is an option

COLORRES_SHOW_PAL_UNIFORM

[0x10000000] Uniform palette is an option

COLORRES_SHOW_PAL_MSIE

[0x20000000] MSIE palette is an option

COLORRES_SHOW_PAL_ALL

[0x3F800000] all palette options are included in the dialog

See Also

Elements

ShowColorResDlg method, BitsPerPixel property, PaletteFlags property, DitherFlags property