Constructor ColorScheme
ColorScheme()
Creates a new instance set to the default colors (see Default).
public ColorScheme()
ColorScheme(ColorScheme?)
Creates a new instance, initialized with the values from scheme
.
public ColorScheme(ColorScheme? scheme)
Parameters
scheme
ColorSchemeThe scheme to initialize the new instance with.
ColorScheme(Attribute)
Creates a new instance, initialized with the values from attribute
.
public ColorScheme(Attribute attribute)
Parameters
attribute
AttributeThe attribute to initialize the new instance with.
ColorScheme(Attribute, Attribute, Attribute, Attribute, Attribute)
Creates a new instance, initialized with the values provided.
public ColorScheme(Attribute normal, Attribute focus, Attribute hotNormal, Attribute disabled, Attribute hotFocus)