You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: