[]
        
(Showing Draft Content)

C1.WPF.Sparkline.Util.ThemeColor.-ctor

ThemeColor Constructor

ThemeColor()

Initializes a new instance of the ThemeColor class.

Declaration
public ThemeColor()

ThemeColor(string, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color)

Initializes a new instance of the ThemeColor class.

Declaration
public ThemeColor(string name, Color text1, Color text2, Color background1, Color background2, Color accent1, Color accent2, Color accent3, Color accent4, Color accent5, Color accent6, Color link, Color followedLink)
Parameters
Type Name Description
string name

The name of the theme color.

Color text1

The text1 color.

Color text2

The text2 color.

Color background1

The background1.

Color background2

The background2.

Color accent1

The accent1.

Color accent2

The accent2.

Color accent3

The accent3.

Color accent4

The accent4.

Color accent5

The accent5.

Color accent6

The accent6.

Color link

The link.

Color followedLink

The followed link.