■ソースコード aColor = new RGBColor(); aColor.red = 128; aColor.green = 64; aColor.blue = 255; app.activeDocument.defaultFillColor = aColor;
■ポイント なし