From c4ce1e79e2f528623db4760ad864f4d68062cace Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 27 Jun 2009 04:31:59 +0000 Subject: Wrote more documentation. --- libdimension/dimension/color.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdimension/dimension/color.h') diff --git a/libdimension/dimension/color.h b/libdimension/dimension/color.h index f1964c3..7095f88 100644 --- a/libdimension/dimension/color.h +++ b/libdimension/dimension/color.h @@ -60,7 +60,7 @@ typedef struct { double R, G, B; /* sRGB R, G, and B values */ } dmnsn_sRGB; -/* Standard whitepoint, determined by the conversion of sRGB white to XYZ */ +/* Standard whitepoint, determined by the conversion of sRGB white to CIE XYZ */ extern const dmnsn_CIE_XYZ dmnsn_whitepoint; /* Color conversions */ -- cgit v1.2.3