File tree Expand file tree Collapse file tree 1 file changed +17
-15
lines changed
Expand file tree Collapse file tree 1 file changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -546,21 +546,23 @@ def matrix_camera_space_to_XYZ(
546546 analog_balance : ArrayLike ,
547547 M_forward_matrix_1 : ArrayLike ,
548548 M_forward_matrix_2 : ArrayLike ,
549- chromatic_adaptation_transform : Literal [
550- "Bianco 2010" ,
551- "Bianco PC 2010" ,
552- "Bradford" ,
553- "CAT02 Brill 2008" ,
554- "CAT02" ,
555- "CAT16" ,
556- "CMCCAT2000" ,
557- "CMCCAT97" ,
558- "Fairchild" ,
559- "Sharp" ,
560- "Von Kries" ,
561- "XYZ Scaling" ,
562- ]
563- | str = "Bradford" ,
549+ chromatic_adaptation_transform : (
550+ Literal [
551+ "Bianco 2010" ,
552+ "Bianco PC 2010" ,
553+ "Bradford" ,
554+ "CAT02 Brill 2008" ,
555+ "CAT02" ,
556+ "CAT16" ,
557+ "CMCCAT2000" ,
558+ "CMCCAT97" ,
559+ "Fairchild" ,
560+ "Sharp" ,
561+ "Von Kries" ,
562+ "XYZ Scaling" ,
563+ ]
564+ | str
565+ ) = "Bradford" ,
564566) -> NDArrayFloat :
565567 """
566568 Return the *Camera Space* to *CIE XYZ* matrix for given *xy* white
You can’t perform that action at this time.
0 commit comments