UI_SWATCHCOLORMODE enumeration (uiribbon.h)

Specifies whether a swatch has normal or monochrome mode.

Syntax

typedef enum UI_SWATCHCOLORMODE {
  UI_SWATCHCOLORMODE_NORMAL = 0,
  UI_SWATCHCOLORMODE_MONOCHROME = 1
} ;

Constants

 
UI_SWATCHCOLORMODE_NORMAL
Value: 0
The swatch is normal mode.
UI_SWATCHCOLORMODE_MONOCHROME
Value: 1
The swatch is monochrome. The swatch's RGB color value will be interpreted as a 1 bit-per-pixel
pattern.

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps only]
Header uiribbon.h

See also

Constants and Enumerations