From b0d74b2dd8271fcb5a781e9133715aa42f2909e7 Mon Sep 17 00:00:00 2001 From: AEtHeLsYn Date: Thu, 10 Mar 2016 17:57:52 +0100 Subject: [PATCH] Update ColorTransform.h Former-commit-id: 4c944b94cf26720906efa63ea4266064dc092134 --- include/hyperion/ColorTransform.h | 4 ++++ 1 file changed, 4 insertions(+) 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; };