Skip to content

Draft: Added a struct for RGB-Pixels. This might help to get rid of magic nums

Carsten Schlote requested to merge testing into main

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.

Merge request reports