mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update ColorTransform.h
Former-commit-id: 4c944b94cf26720906efa63ea4266064dc092134
This commit is contained in:
parent
3370cc6271
commit
b0d74b2dd8
@ -6,6 +6,7 @@
|
|||||||
// Utils includes
|
// Utils includes
|
||||||
#include <utils/RgbChannelTransform.h>
|
#include <utils/RgbChannelTransform.h>
|
||||||
#include <utils/HsvTransform.h>
|
#include <utils/HsvTransform.h>
|
||||||
|
#include <utils/HslTransform.h>
|
||||||
|
|
||||||
class ColorTransform
|
class ColorTransform
|
||||||
{
|
{
|
||||||
@ -23,4 +24,7 @@ public:
|
|||||||
|
|
||||||
/// The HSV Transform for applying Saturation and Value transforms
|
/// The HSV Transform for applying Saturation and Value transforms
|
||||||
HsvTransform _hsvTransform;
|
HsvTransform _hsvTransform;
|
||||||
|
|
||||||
|
/// The HSL Transform for applying Saturation and Value transforms
|
||||||
|
HslTransform _hslTransform;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user