colour.characterisation.MSDS_ACES_RICD#
- colour.characterisation.MSDS_ACES_RICD = RGB_CameraSensitivities(name='ACES RICD', ...)#
Define a container for camera RGB spectral sensitivities.
- Parameters:
data – Data to be stored in the multi-spectral distributions.
domain – Values to initialise the multiple
colour.SpectralDistributionclass instancescolour.continuous.Signal.wavelengthsattribute with. If bothdataanddomainarguments are defined, the latter will be used to initialise thecolour.continuous.Signal.wavelengthsproperty.labels – Names to use for the
colour.SpectralDistributionclass instances.extrapolator – Extrapolator class type to use as extrapolating function for the
colour.SpectralDistributionclass instances.extrapolator_kwargs – Arguments to use when instantiating the extrapolating function of the
colour.SpectralDistributionclass instances.interpolator – Interpolator class type to use as interpolating function for the
colour.SpectralDistributionclass instances.interpolator_kwargs – Arguments to use when instantiating the interpolating function of the
colour.SpectralDistributionclass instances.name – Multi-spectral distributions name.
display_labels – Multi-spectral distributions labels for figures, default to
colour.colorimetry.RGB_CameraSensitivities.labelsproperty value.