Version

ColorComponent Enumeration

Enumeration to identify the text boxes of the color picker.
Syntax
'Declaration
 
Public Enum ColorComponent 
   Inherits System.Enum
public enum ColorComponent : System.Enum 
Members
MemberDescription
AlphaThe Alpha component of the color
BlueThe Blue component of the color
CyanThe Cyan component of the color
GreenThe Green component of the color
HueThe Hue component of the color
KeyThe Key (black) component of the color
LuminanceThe Luminance/Brightness component of the color
MagentaThe Magenta component of the color
RedThe Red component of the color
SaturationThe Saturation component of the color
YellowThe Yellow component 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