28 const QByteArray& transformationId = QByteArray())
const override;
37 std::shared_ptr<const ISpectralColorSpecification> m_spec;
virtual int GetSupportedOperations() const override
Get set of flags for supported operations.
virtual ColorSpaceClass GetColorSpaceClass() const override
Gets the classification of the color space defined by this model.
CSpectralColorModel(ISpectralColorSpecification::ConstSpectralColorSpecPtr spec=nullptr)
virtual bool CopyFrom(const istd::IChangeable &object, CompatibilityMode mode=CM_WITHOUT_REFS) override
Copy this object from another one.
virtual ModelClass GetModelClass() const override
Gets the classification of the color model.
virtual const icmm::IColorTransformation * CreateColorTranformation(const IColorModel &otherColorModel, const QByteArray &transformationId=QByteArray()) const override
Creates a color transformation for conversion to another color model.
virtual ModelType GetModelType() const override
Gets the type of the color model.
virtual const imath::IUnitInfo * GetColorSpaceComponentInfo(int componentIndex) const override
Gets mathematical unit information for a color model component.
virtual istd::IChangeableUniquePtr CloneMe(CompatibilityMode mode=CM_WITHOUT_REFS) const override
Make a copy of this object.
virtual IColorSpecification::ConstColorSpecPtr GetSpecification() const override
Gets the color specification for this model, if available.
virtual int GetColorSpaceDimensionality() const override
Gets the dimensionality (number of components) of the color space.
virtual QString GetColorSpaceComponentName(int componentIndex) const override
Gets the human-readable name of a color model component.
Common interface for color model definitions in the ACF color management system.
std::shared_ptr< const IColorSpecification > ConstColorSpecPtr
std::shared_ptr< const ISpectralColorSpecification > ConstSpectralColorSpecPtr
Common interface to get information about a measurement unit.
Common interface for data model objects, which can be changed.
CompatibilityMode
Control how relationship betweeen objects are interpreted.
@ CM_WITHOUT_REFS
External references are simple ignored.
Contains color management classes.