ColorModel Property (ILEADRasterDlgClr)

Visual Basic example

Visual C++ example

 

Syntax

long ColorModel;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the color model in the Color Dialog box. Possible values are:

Value

Meaning

COLOR_COLORMODEL_SHOW_RGB

[0x00000800] RGB color values.

COLOR_COLORMODEL_SHOW_HSB

[0x00001000] HSB color values.

COLOR_COLORMODEL_SHOW_HLS

[0x00002000] HLS color values.

COLOR_COLORMODEL_SHOW_CMY

[0x00004000] CMY color values.

COLOR_COLORMODEL_SHOW_CMYK

[0x00008000] CMYK color values.

COLOR_COLORMODEL_SHOW_LAB

[0x00010000] LAB color values.

See Also

Elements

ShowColorDlg method, SelectedColor property, ColorModel propertyColorModelproperty, UserPalette property