| 動作バージョン |
2.0 |
|---|---|
| Windows | ○ |
| Macintosh | ○ |
| 解 説 | コンポジションの背景色を指定するには「application.currentComposition.backgroundColor 」のred, green, blueプロパティに0〜255の値を指定します。 |
|---|---|
| コード | Comp = application.currentComposition; bg = Comp.backgroundColor; bg.red = 255; bg.green= 0; bg.blue = 0; |
| ■サンプルスクリプトをダウンロードする >>.zip |