Rename ColorSpace header to ColorTransform. (#61)

This commit is contained in:
Philip Rideout
2018-08-09 15:54:18 -07:00
committed by Romain Guy
parent e5535c7a66
commit 69b65d9e2d
5 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@
#include <math/vec3.h>
#include <math/vec4.h>
#include <image/ColorSpace.h>
#include <image/ColorTransform.h>
using namespace math;