colour_clf_io.read_clf_from_file#
- colour_clf_io.read_clf_from_file(path: str | Path) ProcessList[source]#
Read given CLF file and return a ProcessList.
- Parameters:
path (str | Path) – Path to the CLF file.
- Returns:
ProcessList.
- Return type:
- Raises:
colour_clf_io.errors.ParsingError – If the given file does not contain a valid CLF file.