#navi(MML) *付録 追加要素 [#vefe9cee] #contents **colors [#j8a4c078] 色は<color>要素で指定します。 Colors are specified with the element <color> 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" /> となります。 **shape [#c34365b6]