a
書式
LabColor.
a
説明
LabColorオブジェクトのaの値(-128.0〜127.0)を示します。
?
1
2
var
color=app.foregroundColor;
alert(color.lab.a);
目次に戻る