Skip to content

Commit dc13f29

Browse files
authored
Update color_space_to_rgb_colourspace member usage. (#1985)
Signed-off-by: Thomas Mansencal <thomas.mansencal@gmail.com>
1 parent 55cfe59 commit dc13f29

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/apps/ocioview/ocioview/inspect/chromaticities_inspector.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from ..message_router import MessageRouter
2525
from ..processor_context import ProcessorContext
2626
from ..utils import (
27-
color_space_to_RGB_Colourspace,
27+
color_space_to_rgb_colourspace,
2828
get_glyph_icon,
2929
subsampling_factor,
3030
)
@@ -503,7 +503,7 @@ def _update_visuals(self, *args):
503503
self._context.transform_item_name,
504504
]
505505

506-
rgb_colourspace = color_space_to_RGB_Colourspace(
506+
rgb_colourspace = color_space_to_rgb_colourspace(
507507
self._context.input_color_space
508508
)
509509

@@ -535,7 +535,7 @@ def _update_visuals(self, *args):
535535
),
536536
]
537537

538-
rgb_colourspace = color_space_to_RGB_Colourspace(
538+
rgb_colourspace = color_space_to_rgb_colourspace(
539539
chromaticities_colorspace
540540
)
541541

0 commit comments

Comments
 (0)