colour.characterisation.MSDS_ACES_RICD#

colour.characterisation.MSDS_ACES_RICD = RGB_CameraSensitivities(name='ACES RICD', ...)#

Implement support for a camera RGB sensitivities.

Parameters:
  • data – Data to be stored in the multi-spectral distributions.

  • domain – 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 property.

  • labels – Names to use for the colour.SpectralDistribution class instances.

  • extrapolator – Extrapolator class type to use as extrapolating function for the colour.SpectralDistribution class instances.

  • extrapolator_kwargs – Arguments to use when instantiating the extrapolating function of the colour.SpectralDistribution class instances.

  • interpolator – Interpolator class type to use as interpolating function for the colour.SpectralDistribution class instances.

  • interpolator_kwargs – Arguments to use when instantiating the interpolating function of the colour.SpectralDistribution class instances.

  • name – Multi-spectral distributions name.

  • display_labels – Multi-spectral distributions labels for figures, default to colour.colorimetry.RGB_CameraSensitivities.labels property value.