大家先看看一个精彩的AE to Flash, Flash to AE的示例
http://www.inthemod.com/inthemod.html
使用方法:
今儿累了,不翻译了。有兴趣的回帖评论一下。
超过5条评论,说明大家有兴趣,我明儿继续说说这个有啥用。^_^
超过10条,我就翻译。啧啧,还是超过15条我再翻译吧,偷懒找借口,哈哈。
0) Optional: choose a palette of your choice. a random one will already be selected for you.
1) Click on: Downloads
2) Click on: Download AE Project Example (under the words 'After Effects') and open the .AEP file.
3) Click on: View HSL Array for this palette (under the words 'After Effects')
4) Click on: Copy to Clipboard. This automatically copies the h, s + l arrays to the clipboard.
5) In the AE file, there is a Text layer with a Hue/Saturation Effect applied to it. open that Effect up and paste the h array ('h = [#, #, ..., n]') into the Colorize Hue layer, replacing the following line of code: 'h = [60, 300, 180, 356, 356, 357, 356, 355, 357]'.
6) Repeat 5 for the 's= ...' and the 'l = ...' arrays for the Colorize Saturation + Colorize Lightness Expressions.
7) Note: there is a line of code for each Colorize Expression that points to a specific value. eg., h[0] points to the 1st color in the array. make sure you point to the same # for h, s + l. eg., Colorize Hue: h[0]; Colorize Saturation: s[0]; and Colorize Lightness: l[0].






