RenderColorRgb Structure |
Namespace: Lumiscaphe.Workshop.Interop
The RenderColorRgb type exposes the following members.
Name | Description | |
---|---|---|
RenderColorRgb(Byte, Byte, Byte) |
Initializes a new instance of the RenderColorRgb structure from byte values.
| |
RenderColorRgb(Single, Single, Single) |
Initializes a new instance of the RenderColorRgb structure from float values.
|
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
Format the RenderColorRgb to a String.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
BlackColor |
The black color
| |
Blue |
The blue component
| |
BlueColor |
The blue color
| |
Green |
The green component
| |
GreenColor |
The green color
| |
Red |
The red component
| |
RedColor |
The red color
| |
WhiteColor |
The white color
| |
YellowColor |
The yellow color
|