colour.COLOURSPACE_MODELS_POLAR_CONVERSIONS#

colour.COLOURSPACE_MODELS_POLAR_CONVERSIONS = (('Lab', 'LCHab'), ('Luv', 'LCHuv'), ('hdr_CIELab', 'hdr_CIELCHab'), ('Hunter_Lab', 'Hunter_LCHab'), ('Hunter_Rdab', 'Hunter_RdCHab'), ('ICaCb', 'ICHab'), ('ICtCp', 'ICHtp'), ('IgPgTg', 'IgCHpt'), ('IPT', 'ICH'), ('Izazbz', 'IzCHab'), ('Jzazbz', 'JzCHab'), ('hdr_IPT', 'hdr_ICH'), ('Oklab', 'Oklch'), ('ProLab', 'ProLCHab'), ('IPT_Ragoo2021', 'ICH_Ragoo2021'))#

Built-in immutable sequence.

If no argument is given, the constructor returns an empty tuple. If iterable is specified the tuple is initialized from iterable’s items.

If the argument is a tuple, the return value is the same object.