#navi(MML)
付録 追加要素
@[toc]
colors
色は要素で指定します。
Colors are specified with the element colors may be either indexed (being list members), or non-indexed (being in isolation). 色の値は0~1の数値で表します。
- index (mandatory if indexed; must be absent if not indexed)
- red
- green
- blue
例えば、番号7の色に黄色を指定したい場合、
<color index="7" red="1" green"1" blue="0" />
となります。