The final color should be the average of multiple pixels, in order to more accurately represent the source material. Since the device is usually very low resolution, only sampling once often leads to an inaccurate sample, and/or sporadic colors, depending on the source. To alleviate this, add support for multisampling in some way. How this should be implemented is not entirely straight forward, since sampling every pixel in the "area" of a LED is probably not the way to go...
Requirements
[ ] Ability to take multiple samples for each LED
[ ] (Project?) setting for changing the number of samples
Description
The final color should be the average of multiple pixels, in order to more accurately represent the source material. Since the device is usually very low resolution, only sampling once often leads to an inaccurate sample, and/or sporadic colors, depending on the source. To alleviate this, add support for multisampling in some way. How this should be implemented is not entirely straight forward, since sampling every pixel in the "area" of a LED is probably not the way to go...
Requirements