matrix

書式

gradientColorObject.matrix

説明

グラデーションのMatrixオブジェクトを示します。
var sel=app.activeDocument.selection[0];
var c=app.activeDocument.swatches.getByName("夏").color;
sel.fillColor=c;
alert(sel.fillColor.matrix);

目次に戻る