I have a bitmap (bitmapData) that I’d like it to change colors over time. I’ve seen examples of applying a color transform and I couldn’t get it to work. Also, with those examples they only apply one color. I would like to animate through the ROYGBIV range. Note: I am dynamically loading images. I don’t want to tint the image I want the color in the image to change if that makes sense.
Share
To manipulate/tint colors you would use the colorTransform function
To illustrate:
In the example below I embed the image and reference it, if you are using adobe flash you would ‘name’ your asset and reference it in you code.