mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fix logger and led colors (#906)
This commit is contained in:
@@ -134,7 +134,7 @@ public:
|
||||
return _pixels;
|
||||
}
|
||||
|
||||
void toRgb(ImageData<ColorRgb>& image)
|
||||
void toRgb(ImageData<ColorRgb>& image) const
|
||||
{
|
||||
if (image.width() != _width || image.height() != _height)
|
||||
image.resize(_width, _height);
|
||||
|
Reference in New Issue
Block a user