|
Scribus
Open source desktop publishing at your fingertips
|


Public Member Functions | |
| ScLcmsColorTransformImpl (ScColorMgmtEngine &engine, cmsHTRANSFORM lcmsTransform) | |
| virtual bool | isNull () const |
| virtual bool | apply (void *input, void *output, uint numElem) |
| virtual bool | apply (QByteArray &input, QByteArray &output, uint numElem) |
Public Member Functions inherited from ScColorTransformImplBase | |
| ScColorTransformImplBase (const ScColorMgmtEngine &engine) | |
| virtual ScColorMgmtEngine & | engine () |
| virtual const ScColorMgmtEngine & | engine () const |
Public Member Functions inherited from ScColorTransformData | |
| const ScColorTransformInfo & | transformInfo () const |
| void | setTransformInfo (const ScColorTransformInfo &info) |
Protected Member Functions | |
| void | deleteTransform (void) |
Protected Attributes | |
| cmsHTRANSFORM | m_transformHandle |
Protected Attributes inherited from ScColorTransformImplBase | |
| ScColorMgmtEngine | m_engine |
Protected Attributes inherited from ScColorTransformData | |
| ScColorTransformInfo | m_transformInfo |
Friends | |
| class | ScLcmsColorMgmtEngineImpl |