Constructor LightDarkColor
LightDarkColor(Color)
Initializes a new instance of the LightDarkColor class with the same light and dark colors.
public LightDarkColor(Color value)
Parameters
value
ColorLight and dark color value.
LightDarkColor(KnownSvgColor)
Initializes a new instance of the LightDarkColor class with the light and dark colors assigned from KnownSvgColor.
public LightDarkColor(KnownSvgColor knownSvgColor)
Parameters
knownSvgColor
KnownSvgColorKnown svg color identifier.
LightDarkColor(Color, Color)
Initializes a new instance of the LightDarkColor class with the specified light and dark color values.
public LightDarkColor(Color light, Color dark)