mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
added flag to have BGR output instead of RGB
Former-commit-id: dbd35d6dd4a84d95e0a034b99843be4949a6e169
This commit is contained in:
@@ -171,6 +171,9 @@ private:
|
||||
/// The BLUE-Channel (RGB) transform
|
||||
ColorTransform * _blueTransform;
|
||||
|
||||
/// Flag indicating if the output should be BGR (red and blue reversed)
|
||||
bool _haveBgrOutput;
|
||||
|
||||
/// The actual LedDevice
|
||||
LedDevice* _device;
|
||||
|
||||
|
Reference in New Issue
Block a user