File tree Expand file tree Collapse file tree 2 files changed +12
-56
lines changed
Expand file tree Collapse file tree 2 files changed +12
-56
lines changed Original file line number Diff line number Diff line change @@ -1195,32 +1195,6 @@ Jzazbz Colourspace
11951195
11961196 [ 0.00535048 0.00924302 0.00526007]
11971197
1198- hdr-CIELAB Colourspace
1199- **********************
1200-
1201- .. code-block:: python
1202-
1203- import colour
1204-
1205- colour.XYZ_to_hdr_CIELab([0.20654008, 0.12197225, 0.05136952])
1206-
1207- .. code-block:: text
1208-
1209- [ 51.87002062 60.4763385 32.14551912]
1210-
1211- hdr-IPT Colourspace
1212- *******************
1213-
1214- .. code-block:: python
1215-
1216- import colour
1217-
1218- colour.XYZ_to_hdr_IPT([0.20654008, 0.12197225, 0.05136952])
1219-
1220- .. code-block:: text
1221-
1222- [ 25.18261761 -22.62111297 3.18511729]
1223-
12241198Hunter L,a,b Colour Scale
12251199*************************
12261200
@@ -1320,22 +1294,26 @@ hdr-CIELAB Colourspace
13201294
13211295.. code-block:: python
13221296
1297+ import colour
1298+
13231299 colour.XYZ_to_hdr_CIELab([0.20654008, 0.12197225, 0.05136952])
13241300
13251301.. code-block:: text
13261302
1327- array( [ 51.87002062, 60.4763385 , 32.14551912])
1303+ [ 51.87002062 60.4763385 32.14551912]
13281304
13291305hdr-IPT Colourspace
13301306*******************
13311307
13321308.. code-block:: python
13331309
1310+ import colour
1311+
13341312 colour.XYZ_to_hdr_IPT([0.20654008, 0.12197225, 0.05136952])
13351313
13361314.. code-block:: text
13371315
1338- array( [ 25.18261761, -22.62111297, 3.18511729])
1316+ [ 25.18261761 -22.62111297 3.18511729]
13391317
13401318Y'CbCr Colour Encoding
13411319**********************
Original file line number Diff line number Diff line change @@ -930,32 +930,6 @@ Jzazbz Colourspace
930930
931931 [ 0.00535048 0.00924302 0.00526007]
932932
933- hdr-CIELAB Colourspace
934- **********************
935-
936- .. code-block :: python
937-
938- import colour
939-
940- colour.XYZ_to_hdr_CIELab([0.20654008 , 0.12197225 , 0.05136952 ])
941-
942- .. code-block :: text
943-
944- [ 51.87002062 60.4763385 32.14551912]
945-
946- hdr-IPT Colourspace
947- *******************
948-
949- .. code-block :: python
950-
951- import colour
952-
953- colour.XYZ_to_hdr_IPT([0.20654008 , 0.12197225 , 0.05136952 ])
954-
955- .. code-block :: text
956-
957- [ 25.18261761 -22.62111297 3.18511729]
958-
959933 Hunter L,a,b Colour Scale
960934*************************
961935
@@ -1055,22 +1029,26 @@ hdr-CIELAB Colourspace
10551029
10561030.. code-block :: python
10571031
1032+ import colour
1033+
10581034 colour.XYZ_to_hdr_CIELab([0.20654008 , 0.12197225 , 0.05136952 ])
10591035
10601036 .. code-block :: text
10611037
1062- array( [ 51.87002062, 60.4763385 , 32.14551912])
1038+ [ 51.87002062 60.4763385 32.14551912]
10631039
10641040 hdr-IPT Colourspace
10651041*******************
10661042
10671043.. code-block :: python
10681044
1045+ import colour
1046+
10691047 colour.XYZ_to_hdr_IPT([0.20654008 , 0.12197225 , 0.05136952 ])
10701048
10711049 .. code-block :: text
10721050
1073- array( [ 25.18261761, -22.62111297, 3.18511729])
1051+ [ 25.18261761 -22.62111297 3.18511729]
10741052
10751053 Y'CbCr Colour Encoding
10761054**********************
You can’t perform that action at this time.
0 commit comments