colour.plotting.corresponding Module

Corresponding Chromaticities Prediction Plotting

Defines corresponding chromaticities prediction plotting objects:

colour.plotting.corresponding.get_corresponding_chromaticities_prediction_model(model)[source]

Returns the corresponding chromaticities prediction model with given name.

Parameters:model (unicode) – Corresponding chromaticities prediction models name.
Returns:Corresponding chromaticities prediction models.
Return type:object
Raises:KeyError – If the given corresponding chromaticities prediction model is not found in the factory corresponding chromaticities prediction models.
colour.plotting.corresponding.corresponding_chromaticities_prediction_plot(experiment=1, model='Von Kries', transform='CAT02', **kwargs)[source]

Plots given chromatic adaptation model corresponding chromaticities prediction.

Parameters:
  • experiment (int, optional) – Corresponding chromaticities prediction experiment number.
  • model (unicode, optional) – Corresponding chromaticities prediction model name.
  • transform (unicode, optional) – Transformation to use with Von Kries chromatic adaptation model.
  • **kwargs (dict, optional) – Keywords arguments.
Returns:

Definition success.

Return type:

bool

Examples

>>> corresponding_chromaticities_prediction_plot()  
True