RenderColorRgba Structure |
Namespace: Lumiscaphe.Workshop.Interop
The RenderColorRgba type exposes the following members.
| Name | Description | |
|---|---|---|
| RenderColorRgba(Byte, Byte, Byte, Byte) |
Initializes a new instance of the RenderColorRgba class using byte components.
| |
| RenderColorRgba(Single, Single, Single, Single) |
Initializes a new instance of the RenderColorRgba class using floating components.
|
| 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 RenderColorRgba to a String.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Alpha |
The alpha component
| |
| Blue |
The blue component
| |
| Green |
The green component
| |
| Red |
The red component
|