Represents a RGB color
Inheritance Hierarchy
WinnovativeClientRgbColor
Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax
The RgbColor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RgbColor |
Constructs a RGB color from components
|
Properties
Name | Description | |
---|---|---|
AliceBlue |
The predefined Alice Blue color
| |
AntiqueWhite |
The predefined AntiqueWhite color
| |
B |
The blue component of the color
| |
Beige |
The predefined Beige color
| |
Black |
The predefined Black color
| |
Blue |
The predefined Blue color
| |
Coral |
The predefined Coral color
| |
DarkGreen |
The predefined DarkGreen color
| |
Empty |
The empty color
| |
G |
The green component of the color
| |
Gray |
The predefined Gray color
| |
Green |
The predefined Green color
| |
Indigo |
The predefined Indigo color
| |
LightCyan |
The predefined LightCyan color
| |
LightGray |
The predefined LightGray color
| |
LightGreen |
The predefined LightGreen color
| |
MistyRose |
The predefined MistyRose color
| |
Navy |
The predefined Navy color
| |
Orange |
The predefined Orange color
| |
Pink |
The predefined Pink color
| |
Purple |
The predefined Purple color
| |
R |
The red component of the color
| |
Red |
The predefined Red color
| |
Violet |
The predefined Violet color
| |
White |
The predefined White color
| |
WhiteSmoke |
The predefined White Smoke color
| |
Yellow |
The predefined Yellow color
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also