Adding tint or color to an image

sbessey's icon

Is there a way to change the color or add a tint to an [pict]? I am looking to use this for roll overs and roll outs of [pict] objects as buttons.

In my researching, I came across Sketch objects using Javascript. Is that the best way to go (if possible)?

Also, this needs to work for PC and Mac if that weighs in on any decision.

Roman Thilenius's icon

not in the picture object.

you can do things like that (on a very rough level) when you load picture files into an lcd object. lcd supports some copy modes which will blend the picture with the background.

Roman Thilenius's icon

oh and in case oyu actualy tiniting, which would require to decolorize first, you will probably have to use jitter objects.

sbessey's icon

Cool, thanks for the quick response and solution.