colour_visuals.visual.MixinPropertyModel#

class colour_visuals.visual.MixinPropertyModel[source]#

Bases: object

Define a mixin for a colourspace model.

Attributes

__init__() None[source]#
Return type:

None

property model: Literal['CAM02LCD', 'CAM02SCD', 'CAM02UCS', 'CAM16LCD', 'CAM16SCD', 'CAM16UCS', 'CIE 1931', 'CIE 1960 UCS', 'CIE 1976 UCS', 'CIE Lab', 'CIE Luv', 'CIE UCS', 'CIE UVW', 'CIE XYZ', 'CIE xyY', 'DIN99', 'HCL', 'HSL', 'HSV', 'Hunter Lab', 'Hunter Rdab', 'ICaCb', 'ICtCp', 'IHLS', 'IPT', 'IPT Ragoo 2021', 'IgPgTg', 'Jzazbz', 'OSA UCS', 'Oklab', 'RGB', 'YCbCr', 'YCoCg', 'Yrg', 'hdr-CIELAB', 'hdr-IPT'] | str[source]#

Getter and setter property for the colourspace model.

Parameters:

value – Value to set the colourspace model with.

Returns:

Colourspace model.

Return type:

str

__weakref__#

list of weak references to the object