aboutsummaryrefslogtreecommitdiffstats
path: root/meowpp/colors/HSL_Space.h
diff options
context:
space:
mode:
Diffstat (limited to 'meowpp/colors/HSL_Space.h')
-rw-r--r--meowpp/colors/HSL_Space.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/meowpp/colors/HSL_Space.h b/meowpp/colors/HSL_Space.h
index f70eab1..52c218f 100644
--- a/meowpp/colors/HSL_Space.h
+++ b/meowpp/colors/HSL_Space.h
@@ -2,10 +2,10 @@
#define colors_HSL_Space_H__
#include "Color3_Space.h"
-#include "../geo/Vectors.h"
-
#include "RGB_Space.h"
#include "YUV_Space.h"
+
+#include "../geo/Vectors.h"
#include "../math/utility.h"
#include <cstdlib>
@@ -16,7 +16,7 @@ namespace meow {
* @brief 以浮點數\b Y(亮度), \b U(色度), \b V(濃度) 三個值所組成的色彩空間
*
* 其中範圍都介於0.0~1.0之間
- *
+ *
* @author cat_leopard
*/
class HSLf_Space: public Color3_Space<double> {