@@ -46,6 +46,18 @@ WPT Display: open
46
46
"publisher": "VESA",
47
47
"rawDate": "2024-05-17"
48
48
},
49
+ "Perrin et al": {
50
+ "authors": [
51
+ "Perrin, A-F.",
52
+ "Rerabek, M.",
53
+ "Husak, W.",
54
+ "Ebrahimi, T."
55
+ ],
56
+ "href": "https://ieeexplore.ieee.org/document/8333011",
57
+ "title": "ICtCp Versus Y'CbCr: Evaluation of ICtCp Color Space and an Adaptive Reshaper for HDR and WCG",
58
+ "publisher": "IEEE Consumer Electronics Magazine",
59
+ "rawDate": "2018-05"
60
+ },
49
61
"Rec_BT.814": {
50
62
"title": "Specifications of PLUGE test signals and alignment procedures for setting of brightness and contrast of displays",
51
63
"href": "https://www.itu.int/dms_pubrec/itu-r/rec/bt/R-REC-BT.814-4-201807-I!!PDF-E.pdf",
@@ -874,7 +886,7 @@ Converting JzCzHz colors to Jzazbz colors</h4>
874
886
<dfn export>ICtCp</dfn> {#ICtCp}
875
887
-----------------
876
888
877
- The ''ICtCp'' color space
889
+ The ''ICtCp'' color space [[?Perrin et al]]
878
890
is defined as Constant Intensity IC<sub> T</sub> C<sub> P</sub> signal format
879
891
in [[!Rec_BT.2100]] and accepts three numeric parameters,
880
892
with I representing the Intensity
@@ -1058,6 +1070,28 @@ Serializing values of the ''color()'' function</h3>
1058
1070
This code also assumes all of the conversion code from
1059
1071
[[css-color-4#color-conversion-code]] is available.
1060
1072
1073
+ <h3 id="ictcp_code">
1074
+ Sample code for ''ICtCp''
1075
+ </h3>
1076
+
1077
+ Rather than first requiring conversion to
1078
+ ''rec2100-linear'' , as defined in [[!Rec_BT.2100]] ,
1079
+ this sample code proceeds directly from absolute CIE XYZ
1080
+ for compatibility with the other color conversion code.
1081
+
1082
+ The 4% crosstalk matrix is also built into the XYZ to LMS step,
1083
+ rather than being applied separately.
1084
+
1085
+ The end result is identical, this just takes fewer steps.
1086
+
1087
+ <pre class="include-code lang-javascript">
1088
+ path: ICtCp.js
1089
+ highlight: js
1090
+ </pre>
1091
+
1092
+
1093
+
1094
+
1061
1095
<!--
1062
1096
████████ ████████ ██ ████████ ███ ████████
1063
1097
██ ██ ██ ██ ██ ██ ██ ██
0 commit comments