Skip to content
This repository was archived by the owner on Nov 22, 2019. It is now read-only.

Commit 0007c8c

Browse files
author
mfe
committed
Fix rgb_to_xyz_matrix
1 parent 58718a8 commit 0007c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lutLab/rgb_to_xyz_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def __get_options():
100100
type=str,
101101
choices=sorted(COLORSPACES.keys() +
102102
PRIVATE_COLORSPACES.keys()),
103-
default='REC709')
103+
default='Rec709')
104104
# Output format
105105
parser.add_argument("-f", "--format",
106106
help=("Output formatting."),

0 commit comments

Comments
 (0)