Skip to content

Commit

Permalink
Combine E-Gamut imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-shaw committed Jan 6, 2025
1 parent 97aa796 commit 2ada18b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions colour/models/rgb/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@
from .ebu_3213_e import RGB_COLOURSPACE_EBU_3213_E
from .eci_rgb_v2 import RGB_COLOURSPACE_ECI_RGB_V2
from .ekta_space_ps5 import RGB_COLOURSPACE_EKTA_SPACE_PS_5
from .filmlight import RGB_COLOURSPACE_FILMLIGHT_E_GAMUT
from .filmlight import RGB_COLOURSPACE_FILMLIGHT_E_GAMUT_2
from .filmlight import (
RGB_COLOURSPACE_FILMLIGHT_E_GAMUT,
RGB_COLOURSPACE_FILMLIGHT_E_GAMUT_2,
)
from .gopro import RGB_COLOURSPACE_PROTUNE_NATIVE
from .itur_bt_470 import RGB_COLOURSPACE_BT470_525, RGB_COLOURSPACE_BT470_625
from .itur_bt_709 import RGB_COLOURSPACE_BT709
Expand Down

0 comments on commit 2ada18b

Please sign in to comment.