colour.write_sds_to_csv_file#
- colour.write_sds_to_csv_file(sds: Dict[str, SpectralDistribution], path: str | PathLike) bool[source]#
Write spectral distributions to a CSV file.
- Parameters:
sds (Dict[str, SpectralDistribution]) – Spectral distributions to write to the specified CSV file.
- Returns:
Definition success.
- Return type:
- Raises:
ValueError – If the specified spectral distributions have different shapes.