strokeColor

書式

pathItemObject.strokeColor

説明

ドキュメント内にあるPathItem(パス)の線のカラー(Colorオブジェクト)を示します。
var color=app.activeDocument.pathItems[0].strokeColor;
alert(color);

目次に戻る