Skip to content

Commit

Permalink
Update ctypes gamma names
Browse files Browse the repository at this point in the history
  • Loading branch information
Beinsezii committed Jan 8, 2024
1 parent e9cd9df commit 753b78d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/test_ctypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
colcon.srgb_to_hsv.argtypes = [cpixel]

# extra
colcon.expand_gamma.argtypes = [ctypes.c_float]
colcon.expand_gamma.restype = ctypes.c_float
colcon.correct_gamma.argtypes = [ctypes.c_float]
colcon.correct_gamma.restype = ctypes.c_float
colcon.srgb_eotf.argtypes = [ctypes.c_float]
colcon.srgb_eotf.restype = ctypes.c_float
colcon.srgb_eotf_inverse.argtypes = [ctypes.c_float]
colcon.srgb_eotf_inverse.restype = ctypes.c_float
colcon.hk_high2023.argtypes = [cpixel]
colcon.hk_high2023_comp.argtypes = [cpixel]

Expand Down

0 comments on commit 753b78d

Please sign in to comment.