Table of Contents

Constructor LightDarkColor

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

LightDarkColor(Color)

Initializes a new instance of the LightDarkColor class with the same light and dark colors.

public LightDarkColor(Color value)

Parameters

value Color

Light 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 KnownSvgColor

Known 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)

Parameters

light Color

Light color.

dark Color

Dark color.