I have created an array of same size as bitmap in Renderer to hold the color values of each item(pixel) in the bitmap array. I have made this new colorBitmap array of String type. If we need to reduce memory consumption maybe it can be made an integer array where each integer value represents a color from the Color class.
This is for #5
I have created an array of same size as bitmap in Renderer to hold the color values of each item(pixel) in the bitmap array. I have made this new colorBitmap array of String type. If we need to reduce memory consumption maybe it can be made an integer array where each integer value represents a color from the Color class. This is for #5