desaturate in flash 8
desaturate in flash 8
- Started
- Last post
- 4 Responses
- ********
Anyone know of a way to dynamically desaturate an image in flash 8 using filters and actionscript?
- Drno0
desaturate the original image and use alpha to decrease the opacity of the original (color) image on top of it until it shows the one (desature) below,
sorry i'm new at flash, but that how, i'll do it
- ********0
thanks anyway :)
- ********0
I agree
- alloyd0
Go in filters tab in prop inspector, go to advanced color filter (Not the one in prop dropdown, the one in filters tab), turn down saturation. Just like PS basically.
To do it in AS, look it up in help section, it shows you a similar sample.