effectColor

書式

innerShadowSettingObject.effectColor

説明

effectColorはドロップシャドウの色(カラー)を示すSwatchオブジェクトを格納しています。
var t=app.activeDocument.textFrames;
var fx=t[0].contentTransparencySettings.innerShadowSettings;
alert(fx.effectColor.name);

目次に戻る