colour.models.ACES_RICD

colour.models.ACES_RICD = RGB_ColourMatchingFunctions(name='ACES RICD', ...)

Implements support for the CIE RGB colour matching functions.

Parameters:
  • data (Series or Dataframe or Signal or MultiSignal or MultiSpectralDistribution or array_like or dict_like, optional) – Data to be stored in the multi-spectral distribution.
  • domain (array_like, optional) – Values to initialise the multiple colour.SpectralDistribution class instances colour.continuous.Signal.wavelengths attribute with. If both data and domain arguments are defined, the latter will be used to initialise the colour.continuous.Signal.wavelengths attribute.
  • labels (array_like, optional) – Names to use for the colour.SpectralDistribution class instances.
Other Parameters:
 
  • name (unicode, optional) – Multi-spectral distribution name.
  • interpolator (object, optional) – Interpolator class type to use as interpolating function for the colour.SpectralDistribution class instances.
  • interpolator_args (dict_like, optional) – Arguments to use when instantiating the interpolating function of the colour.SpectralDistribution class instances.
  • extrapolator (object, optional) – Extrapolator class type to use as extrapolating function for the colour.SpectralDistribution class instances.
  • extrapolator_args (dict_like, optional) – Arguments to use when instantiating the extrapolating function of the colour.SpectralDistribution class instances.
  • strict_labels (array_like, optional) – Multi-spectral distribution labels for figures, default to colour.colorimetry.RGB_ColourMatchingFunctions.labels attribute value.