customColor
書式
InkInfoObject
.customColor
説明
カスタムカラーを示します。Colorオブジェクトになります。
var ink=app.activeDocument.inkList[0].inkInfo; alert(ink.customColor);
目次に戻る