Color Class |
[Missing <summary> documentation for "T:Livit.Learn.Model.Color"]
Namespace: Livit.Learn.Model
[SerializableAttribute] public class Color
The Color type exposes the following members.
Name | Description | |
---|---|---|
![]() | Color | Initializes a new instance of the Color class |
![]() | Color(Single, Single, Single) | Initializes a new instance of the Color class |
![]() | Color(Single, Single, Single, Single) | Initializes a new instance of the Color class |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Overrides ObjectEquals(Object).) |
![]() ![]() | Equals(Color, Color) |
Compares each member of a color with each member of another color
|
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() ![]() | Parse | |
![]() | ToColor32 | |
![]() | ToString |
Returns the Color as a formatted String
The string format returned, must be serializable, as the string is used to serialize the Color in the Model layer.
(Overrides ObjectToString.) |
![]() ![]() | TryParse |
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Add each member of one color with each member of another color, respectively
|
![]() ![]() | Multiply(Color, Double) | |
![]() ![]() | Multiply(Color, Single) |
Multiplies color using a floating number, all member of Color will be multiplied this way
|