31 virtual std::unique_ptr<ISubstractiveColorModel>
CreateSubspaceModel(
const QStringList& colorantIds)
const = 0;
Common interface for color model definitions in the ACF color management system.
Common interface for a colorant list used in a substractive color model.
virtual std::unique_ptr< ISubstractiveColorModel > CreateSubspaceModel(const QStringList &colorantIds) const =0
Create ColorModel of the subspace.
virtual bool GetColorantVisualInfo(const ColorantId &colorantId, icmm::ICieLabColor &preview) const =0
Get visual information/preview for the given colorant.
Contains color management classes.