Say I would like to have a 10x10 image filled with different RGB colours
How do I create the Core Graphics bitmap context, and draw each pixel in?
I have searched but cannot find any resources on writing to a Core Graphics bitmap context.
How create UIImage from bytes? says what I need to do but does not say how to do it