Skip to content

Commit

Permalink
Update color_space_to_rgb_colourspace member usage. (#1985)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mansencal <[email protected]>
  • Loading branch information
KelSolaar authored Jun 24, 2024
1 parent 55cfe59 commit dc13f29
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from ..message_router import MessageRouter
from ..processor_context import ProcessorContext
from ..utils import (
color_space_to_RGB_Colourspace,
color_space_to_rgb_colourspace,
get_glyph_icon,
subsampling_factor,
)
Expand Down Expand Up @@ -503,7 +503,7 @@ def _update_visuals(self, *args):
self._context.transform_item_name,
]

rgb_colourspace = color_space_to_RGB_Colourspace(
rgb_colourspace = color_space_to_rgb_colourspace(
self._context.input_color_space
)

Expand Down Expand Up @@ -535,7 +535,7 @@ def _update_visuals(self, *args):
),
]

rgb_colourspace = color_space_to_RGB_Colourspace(
rgb_colourspace = color_space_to_rgb_colourspace(
chromaticities_colorspace
)

Expand Down

0 comments on commit dc13f29

Please sign in to comment.