NamedColorShade Class
Defines a Color and name pairing.
public class NamedColorShade
- Inheritance:
- object object
Constructors
NamedColorShade(Color, string)
Defines a Color and name pairing.
public NamedColorShade(Color color, string name)
| Parameter | Type | Description |
|---|---|---|
| color | Color | The Color value. |
| name | string | The color name. |
Properties
Color
The Color value.
Name
The color name.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()