Skip to content

Commit

Permalink
Rename ocioview.ocioview.utils.color_space_to_RGB_Colourspace defin…
Browse files Browse the repository at this point in the history
…ition to `color_space_to_rgb_colourspace`.


Signed-off-by: Thomas Mansencal <[email protected]>

Co-authored-by: Michael Dolan <[email protected]>
Signed-off-by: Thomas Mansencal <[email protected]>
  • Loading branch information
KelSolaar and michdolan authored May 21, 2024
1 parent 6209abd commit 22d06dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/ocioview/ocioview/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def subsampling_factor(a: np.ndarray, maximum_size: float) -> int:
sub_sampling_factor += 1


def color_space_to_RGB_Colourspace(color_space: str) -> RGB_Colourspace | None:
def color_space_to_rgb_colourspace(color_space: str) -> RGB_Colourspace | None:
"""
Convert a color space name from the current Config to a
:class:`RGB_Colourspace` class instance.
Expand Down

0 comments on commit 22d06dc

Please sign in to comment.