I have a project where I would like to shade an existing image a certain color. Not replace colors, but shade if you see what I mean. I currently don't have a clue on this one, if anyone would be willing to help I would be grateful. In theory i go through the pixels and add with a certain tolerance, right? But I am completely unsure how to actually go about this.
They would likely be quite small images, up to about 256 so I would imagine something like the old scanline might help? Theory would help a great deal, and examples would be awesome

CJ