Skip to content

Commit

Permalink
Add more ColorSpace enums (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos committed Feb 5, 2023
1 parent 1a10753 commit 4c4d202
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rawpy/_rawpy.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,8 @@ class ColorSpace(Enum):
ProPhoto=4
XYZ=5
ACES=6
P3D65=7
Rec2020=8

class HighlightMode(Enum):
"""
Expand Down

0 comments on commit 4c4d202

Please sign in to comment.