mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Added border-ignore to the image-to-leds mapping.
Added doxygen comments.
This commit is contained in:
@@ -28,7 +28,7 @@ int main()
|
||||
const RgbColor testColor = {64, 123, 12};
|
||||
|
||||
RgbImage image(64, 64, testColor);
|
||||
ImageToLedsMap map(64, 64, ledString.leds());
|
||||
ImageToLedsMap map(64, 64, 0, 0, ledString.leds());
|
||||
|
||||
std::vector<RgbColor> ledColors(ledString.leds().size());
|
||||
map.getMeanLedColor(image, ledColors);
|
||||
|
Reference in New Issue
Block a user