Represents a RGB color
Inheritance Hierarchy
WinnovativeClientRgbColor
Namespace: WinnovativeClient
Assembly: WinnovativeClient (in WinnovativeClient.dll) Version: 17.0.0.0 (17.0.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 | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also