]> git.sesse.net Git - movit/blobdiff - image_format.h
Support conversion to and from the XYZ color space.
[movit] / image_format.h
index 55aa8d4989b26233d2688243e0370f08c46e4552..f84a0f487ff596f0f65bb864b3b1f3b45dc14748 100644 (file)
@@ -9,6 +9,7 @@ enum ColorSpace {
        COLORSPACE_REC_709 = 0,  // Same as sRGB.
        COLORSPACE_REC_601_525 = 1,
        COLORSPACE_REC_601_625 = 2,
+       COLORSPACE_XYZ = 3,  // Mostly useful for testing and debugging.
 };
 
 enum GammaCurve {