Colors.Colors

Colors()

Initializes a new instance of the Colors class.

public Colors()

See Also


Colors(string, string)

Initializes a new instance of the Colors class.

public Colors(string background, string foreground)
ParameterTypeDescription
backgroundStringThe background color associated with this color definition.
foregroundStringThe foreground color that can be used to write on top of a background with ‘background’ color.

See Also