diff --git a/include/hyperion/ColorTransform.h b/include/hyperion/ColorTransform.h index 50cbedba..998d6a60 100644 --- a/include/hyperion/ColorTransform.h +++ b/include/hyperion/ColorTransform.h @@ -6,6 +6,7 @@ // Utils includes #include #include +#include class ColorTransform { @@ -23,4 +24,7 @@ public: /// The HSV Transform for applying Saturation and Value transforms HsvTransform _hsvTransform; + + /// The HSL Transform for applying Saturation and Value transforms + HslTransform _hslTransform; };