Color Structure |
public struct Color
The Color type exposes the following members.
| Name | Description | |
|---|---|---|
| Color | Initializes a new instance of the Color class | |
| Color(ColorType, RegularColor) | Initialize a color with a color type and a regular color index. |
| Name | Description | |
|---|---|---|
| Custom0 | Alias for Regular when interpreting as a custom color byte 0. | |
| Custom1 | Alias for Starting when interpreting as a custom color byte 1. | |
| Custom2 | Alias for Column when interpreting as a custom color byte 2. |
| 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 | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
| Name | Description | |
|---|---|---|
| ColorType | Specifies how the color is defined. | |
| Column | Third color byte. Also used as custom[2]. | |
| Regular | Primary color byte. Also used as custom[0]. | |
| Starting | Second color byte. Also used as custom[1]. |