|
-
half as fun, double the price
see
http://proto.layer51.com/default.aspx
look at the color section there for some color functions. One there that might be useful is blendRGB() where you can take the color which the clip is currently and blend it with white by a t value of like .5 or something.
myColor.blendRGB(0xffffff, .5);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|