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