colour.write_sds_to_csv_file¶
-
colour.
write_sds_to_csv_file
(sds, path)[source]¶ Writes the given spectral distributions to given CSV file.
- Parameters
sds (dict) – Spectral distributions to write.
path (unicode) – CSV file path.
- Returns
Definition success.
- Return type
- Raises
RuntimeError – If the given spectral distributions have different shapes.