Skip to content

69fcaa23 6df6 2854 9118 8ee4d7f3d1f3

Axel Kesseler edited this page Mar 1, 2023 · 15 revisions

Coloring Constructor

The default constructor initializes all properties with its default values.

Namespace: Plexdata.LogWriter.Definitions
Assembly: Plexdata.LogWriter.Console (in Plexdata.LogWriter.Console.dll) Version: 1.0.7.1

Syntax

C#

public Coloring()

Remarks

Task of the default constructor is the setup of all properties with its default values. These default values are DefaultForeground for the Foreground and DefaultBackground for the Background.

See Also

Reference

Coloring Class
Coloring Overload
Plexdata.LogWriter.Definitions Namespace
Coloring.Coloring(ConsoleColor, ConsoleColor)

Clone this wiki locally