lab

書式

SolidColor.lab

説明

SolidColorオブジェクトのLabカラーを示します。読み出し、書き込みが可能です。
var color=SolidColor.lab;
alert(color);
alert(color.a);

目次に戻る