aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/skcms/src/ICCProfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/skcms/src/ICCProfile.c')
-rw-r--r--third_party/skcms/src/ICCProfile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/skcms/src/ICCProfile.c b/third_party/skcms/src/ICCProfile.c
index 6b8c25df06..b3f34d10ce 100644
--- a/third_party/skcms/src/ICCProfile.c
+++ b/third_party/skcms/src/ICCProfile.c
@@ -834,9 +834,9 @@ const skcms_ICCProfile* skcms_sRGB_profile() {
.has_poly_tf = { true, true, true },
.poly_tf = {
- {0.293833881617f, 0.704207003117f, (float)(1/12.92), 0.04045f},
- {0.293833881617f, 0.704207003117f, (float)(1/12.92), 0.04045f},
- {0.293833881617f, 0.704207003117f, (float)(1/12.92), 0.04045f},
+ {0.294143557548523f, 0.703896820545197f, (float)(1/12.92), 0.04045f},
+ {0.294143557548523f, 0.703896820545197f, (float)(1/12.92), 0.04045f},
+ {0.294143557548523f, 0.703896820545197f, (float)(1/12.92), 0.04045f},
},
};
return &sRGB_profile;