effectColor

書式

outerGlowSettingObject.effectColor

説明

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

目次に戻る