[]
Initializes a new instance of the ThemeColor class.
public ThemeColor()
Public Sub New()
Initializes a new instance of the ThemeColor class.
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)
Public Sub New(name As String, text1 As Color, text2 As Color, background1 As Color, background2 As Color, accent1 As Color, accent2 As Color, accent3 As Color, accent4 As Color, accent5 As Color, accent6 As Color, link As Color, followedLink As Color)
| 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. |