NamedColorShade Class
Defines a Color and name pairing.
public class NamedColorShade
- Inheritance:
- object object
Constructors
NamedColorShade(Color, string)
Initializes a new instance of the NamedColorShade class.
public NamedColorShade(Color color, string name)
| Parameter | Type | Description |
|---|---|---|
| color | Color | The Color value. |
| name | string | The color name. |
Properties
Color
Gets or sets the Color value.
Name
Gets or sets the color name.