data.COLOR

A value in one of the following forms is expected: 1) hexadecimal RRGGBB, 2) hexadecimal AARRGGBB, 3) CSS RGB, 4) CSS RGBA, 5) HSL, 6) HSLA, or 7) HTML 4.01 color name.
Module
MEI
Used by
These class-based attributes use data.COLOR
att.color/@coloratt.noteHeads/@head.coloratt.noteHeads/@head.fillcoloratt.arpeg.vis/@arrow.coloratt.arpeg.vis/@arrow.fillcoloratt.beaming.vis/@beam.coloratt.cleffing.vis/@clef.coloratt.mensural.vis/@mensur.coloratt.staffDef.vis/@lines.color
Declaration
<macroSpec ident="data.COLOR" module="MEI" type="dt">
<desc>A value in one of the following forms is expected: 1) hexadecimal RRGGBB, 2) hexadecimal AARRGGBB, 3) CSS RGB, 4) CSS RGBA, 5) HSL, 6) HSLA, or 7) HTML 4.01 color name.</desc>
<content>
<rng:choice>
<rng:ref name="data.COLORNAMES" />
<rng:ref name="data.COLORVALUES" />
</rng:choice>
</content>
</macroSpec>