Show / Hide Table of Contents

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 Source

Palette(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 Source

DarkColor

Gets or sets the color for rendering darker elements

Declaration
public Color DarkColor { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

LightColor

Gets or sets the color for rendering bright elements

Declaration
public Color LightColor { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

MainColor

Gets or sets the main color used in the palette

Declaration
public Color MainColor { get; set; }
Property Value
Type Description
Color
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX