Re: Pixel Image Recolouring
Here what are the object types of Output and ColourChange ? Are they type of Colour class ?
Re: Pixel Image Recolouring
Yep, although it comes out as an int i convert it into a colour then recolour and pass it back in.
Im thinking that maybe the problem is that im not storing the original image, just a static image that contains the changes, so after a while it will get washed out as it will lose 1/2 its colour every change. So i may need to update that, but im still not sure off top of my head if my method is correct...