Constructor Scheme
Scheme()
Creates a new instance set to the default attributes (see Default).
public Scheme()
Scheme(Scheme?)
Creates a new instance, initialized with the values from scheme.
public Scheme(Scheme? scheme)
Parameters
schemeSchemeThe scheme to initialize the new instance with.
Scheme(Attribute)
Creates a new instance, initialized with the values from attribute.
public Scheme(Attribute attribute)
Parameters
attributeAttributeThe attribute to initialize the new instance with.