lab
書式
SolidColor.lab
説明
SolidColorオブジェクトのLabカラーを示します。読み出し、書き込みが可能です。
?
1
2
3
var
color=SolidColor.lab;
alert(color);
alert(color.a);
目次に戻る