Abjad model of Scheme color:
abjad> schemetools.SchemeColor('ForestGreen')
SchemeColor('ForestGreen')
Scheme colors are immutable.
Hash-mark-prepended format of Scheme:
abjad> from abjad.tools.schemetools import Scheme
abjad> Scheme(True).format
'##t'
Returns string.
Note
Inherited from schemetools.Scheme
x.__delattr__(‘name’) <==> del x.name
Note
Inherited from __builtin__.object
Note
Inherited from schemetools.Scheme
Abjad objects by default do not implement this method.
Raise exception.
Note
Inherited from abctools.AbjadObject
Abjad objects by default do not implement this method.
Raise exception
Note
Inherited from abctools.AbjadObject
Note
Inherited from __builtin__.object
Abjad objects by default do not implement this method.
Raise exception.
Note
Inherited from abctools.AbjadObject
Abjad objects by default do not implement this method.
Raise exception.
Note
Inherited from abctools.AbjadObject
True when id(self) does not equal id(arg).
Return boolean.
Note
Inherited from abctools.AbjadObject
Note
Inherited from schemetools.Scheme
x.__setattr__(‘name’, value) <==> x.name = value
Note
Inherited from __builtin__.object
Note
Inherited from schemetools.Scheme