Color is defined in the Telligent.Evolution.Extensibility.Configuration.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class Color
{
Byte Alpha { get; set; }
Byte Blue { get; set; }
Byte Green { get; set; }
Byte Red { get; set; }
bool Equals(Object obj);
int GetHashCode();
string ToString();
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| Alpha | Byte | |||
| Blue | Byte | |||
| Green | Byte | |||
| Red | Byte |
Methods
bool Equals(Object obj);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| obj | Object | Obj | Required |
Return Type
bool
int GetHashCode();
Return Type
int
string ToString();
Return Type
string