Draft: Added a struct for RGB-Pixels. This might help to get rid of magic nums
Currently a 3-byte RGB pixel is assumed and the array is accessed accordingly using a scale factor of '3'.
Added an unaligned 3 byte RGB pixel struct. Also tested, that this 3 bytes are NOT padded, when an array is constructed with this pixel type.