hue
書式
HSBColor.
hue
説明
HSBColorオブジェクトの色相の値(0.0〜100.0)を示します。
?
1
2
var
color=app.foregroundColor;
alert(color.hsb.hue);
目次に戻る