shaunlebron/blinky

Change colorcube to transparent

shaunlebron opened this issue · 2 comments

Change the tint of the cube faces rather than the solid color. And use nearest color algorithm to shift the color pallete.

It uses 256_6 bytes for each cubeface's color pallete and a pallete index array the size of the view (640_480 bytes in my case). This incurs an additional space overhead of 308,736 bytes. I need to see if this may cause problems. Really need to see the memory constraints by studying how much space is allocated.