Version

ColorComponents Enumeration

Enumeration to indicate which elements of a color to display for editing
Syntax
'Declaration
 
Public Enum ColorComponents 
   Inherits System.Enum
public enum ColorComponents : System.Enum 
Members
MemberDescription
CMYKShows Cyan, Magenta, Yellow, and Key (Black) components of the color.
DefaultDefault option. This will resolve up to some other object or ultimately resolve to RGB.
HSLShows Hue, Saturation, and Luminance (Brightness) components of the color.
RGBShows Red, Green, and Blue components of the color
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also