Class Palette
Inheritance
System.Object
Palette
Namespace: SigStat.Common.Helpers.Excel
Assembly: SigStat.Common.dll
Syntax
public class Palette : object
Constructors
| Improve this Doc View SourcePalette(Color, Color, Color)
Initializes a new instance of the Palette class.
Declaration
public Palette(Color main, Color dark, Color light)
Parameters
Type | Name | Description |
---|---|---|
Color | main | The main color |
Color | dark | The dark color |
Color | light | The light color |
Properties
| Improve this Doc View SourceDarkColor
Gets or sets the color for rendering darker elements
Declaration
public Color DarkColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
LightColor
Gets or sets the color for rendering bright elements
Declaration
public Color LightColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
MainColor
Gets or sets the main color used in the palette
Declaration
public Color MainColor { get; set; }
Property Value
Type | Description |
---|---|
Color |