This document is archived and information here might be outdated.  Recommended version.


ColorBrowser Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Classes > C > ColorBrowser Class
ArcGIS Developer Help

ColorBrowserClass Class

Esri Custom Color Dialog.

Product Availability

Available with ArcGIS Desktop.

Description

The ColorBrowser allows the user to select a color by specifying individual RGB, CMYK, HSV, HLS, or gray color properties.

Use the ColorBrowser coclass to display the ArcMap color browser dialog box. Note that this coclass should only be used from within the ArcMap framework.

Supported Platforms

Windows

Interfaces

Interfaces Description
IColorBrowser Provides access to members that control the Color Browser Dialog.

Remarks

Edit a color by specifying red, green, and blue proportions.  The selected color internally uses the RGB color model.

 

Edit a color by specifying cyan, magenta, yellow, and black proportions.  The selected color internally uses the CMYK color model.

 

Edit a color by specifying hue, saturation, and value proportions.  The selected color internally uses the HSV color model.

 

Edit a color by specifying the depth of grayness.  The selected color internally uses the gray color model.

 

Edit a color by specifying a name selected from a fixed ArcMap color list.  The selected color internally uses the HLS color model.