Hi Guys, I have a colouring game that at the moment has a thin strip to select the colours and I'm wanting to increase the colours used in the game and have a deeper block shape rather than the strip.
at the moment I'm using code (canvas)
Touch > Ontouched colourstrip > system > colourstrip.rgbaAt(Touch.X - colourstrip.X,5)
but that will only let me sample from the very top of the new block shape, does anyone know a way of being able to sample from the whole block shape area?