|
Krita Source Code Documentation
|
#include <KoRgbU8ColorSpace.h>
Inheritance diagram for KoRgbU8ColorSpaceFactory:Public Member Functions | |
| KoColorSpace * | createColorSpace (const KoColorProfile *) const override |
| KoRgbU8ColorSpaceFactory () | |
Public Member Functions inherited from KoSimpleColorSpaceFactory | |
| QList< KoColorConversionTransformationFactory * > | colorConversionLinks () const override |
| KoID | colorDepthId () const override |
| KoID | colorModelId () const override |
| QString | colorSpaceEngine () const override |
| int | crossingCost () const override |
| QString | defaultProfile () const override |
| QString | id () const override |
| bool | isHdr () const override |
| KoSimpleColorSpaceFactory (const QString &id, const QString &name, bool userVisible, const KoID &colorModelId, const KoID &colorDepthId, int referenceDepth=-1, int crossingCost=1) | |
| QString | name () const override |
| bool | profileIsCompatible (const KoColorProfile *profile) const override |
| int | referenceDepth () const override |
| bool | userVisible () const override |
Public Member Functions inherited from KoColorSpaceFactory | |
| const KoColorProfile * | colorProfile (const QByteArray &rawData, ProfileRegistrationInterface *registrationInterface) const |
| const KoColorSpace * | grabColorSpace (const KoColorProfile *profile) |
| virtual | ~KoColorSpaceFactory () |
Public Member Functions inherited from Private | |
| Private (KisCanvas2 *c) | |
Additional Inherited Members | |
Public Attributes inherited from KoColorSpaceFactory | |
| QHash< QString, KoColorSpace * > | availableColorspaces |
| QList< KoColorProfile * > | colorprofiles |
| QMutex | mutex |
| QHash< KoColorSpace *, QString > | stackInformation |
Public Attributes inherited from Private | |
| KisCanvas2 * | canvas |
| int | displayedFrame |
| int | intendedFrame |
Protected Member Functions inherited from KoSimpleColorSpaceFactory | |
| KoColorProfile * | createColorProfile (const QByteArray &) const override |
Protected Member Functions inherited from KoColorSpaceFactory | |
| KoColorSpaceFactory () | |
Definition at line 49 of file KoRgbU8ColorSpace.h.
|
inline |
Definition at line 53 of file KoRgbU8ColorSpace.h.
|
inlineoverridevirtual |
creates a color space using the given profile.
Implements KoColorSpaceFactory.
Definition at line 61 of file KoRgbU8ColorSpace.h.