|
Krita Source Code Documentation
|
#include <YCbCrF32ColorSpace.h>
Inheritance diagram for YCbCrF32ColorSpaceFactory:Public Member Functions | |
| KoID | colorDepthId () const override |
| KoID | colorModelId () const override |
| KoColorSpace * | createColorSpace (const KoColorProfile *p) const override |
| QString | defaultProfile () const override |
| QString | id () const override |
| bool | isHdr () const override |
| QString | name () const override |
| int | referenceDepth () const override |
| bool | userVisible () const override |
| YCbCrF32ColorSpaceFactory () | |
Public Member Functions inherited from LcmsColorSpaceFactory | |
| QList< KoColorConversionTransformationFactory * > | colorConversionLinks () const override |
| QString | colorSpaceEngine () const override |
| KoColorProfile * | createColorProfile (const QByteArray &rawData) const override |
| int | crossingCost () const override |
| LcmsColorSpaceFactory (cmsUInt32Number cmType, cmsColorSpaceSignature colorSpaceSignature) | |
| bool | profileIsCompatible (const KoColorProfile *profile) const override |
Public Member Functions inherited from KoColorSpaceFactory | |
| virtual QList< KoColorConversionTransformationFactory * > | colorConversionLinksFromProfile (const KoColorProfile *profile) const |
| colorConversionLinksFromProfile Sometimes, we need to generate special color conversion links based on the properties of the profile. The Perceptual Quantizer profiles are an example of this. This function is called inside the color conversion system. | |
| const KoColorProfile * | colorProfile (const QByteArray &rawData, ProfileRegistrationInterface *registrationInterface, const CustomProfileNameAlias &customProfileNameAlias) const |
| const KoColorSpace * | grabColorSpace (const KoColorProfile *profile) |
| virtual | ~KoColorSpaceFactory () |
Public Member Functions inherited from Private | |
| Private (KisCanvas2 *c) | |
Additional Inherited Members | |
Public Types inherited from KoColorSpaceFactory | |
| using | CustomProfileNameAlias = QHash<QString, QString> |
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 KoColorSpaceFactory | |
| KoColorSpaceFactory () | |
Definition at line 58 of file YCbCrF32ColorSpace.h.
|
inline |
Definition at line 62 of file YCbCrF32ColorSpace.h.
|
inlineoverridevirtual |
Implements KoColorSpaceFactory.
Definition at line 87 of file YCbCrF32ColorSpace.h.
References Float32BitsColorDepthID.
|
inlineoverridevirtual |
Implements KoColorSpaceFactory.
Definition at line 82 of file YCbCrF32ColorSpace.h.
References YCbCrAColorModelID.
|
inlineoverridevirtual |
creates a color space using the given profile.
Implements KoColorSpaceFactory.
Definition at line 97 of file YCbCrF32ColorSpace.h.
|
inlineoverridevirtual |
Returns the default icc profile for use with this colorspace. This may be ""
Implements KoColorSpaceFactory.
Definition at line 102 of file YCbCrF32ColorSpace.h.
|
inlineoverridevirtual |
Return the unchanging name of this color space
Implements KoColorSpaceFactory.
Definition at line 67 of file YCbCrF32ColorSpace.h.
References YCbCrF32ColorSpace::colorSpaceId().
|
inlineoverridevirtual |
Reimplemented from LcmsColorSpaceFactory.
Definition at line 107 of file YCbCrF32ColorSpace.h.
|
inlineoverridevirtual |
return the i18n'able description.
Implements KoColorSpaceFactory.
Definition at line 72 of file YCbCrF32ColorSpace.h.
References Float32BitsColorDepthID, KoID::name(), and YCbCrAColorModelID.
|
inlineoverridevirtual |
Implements KoColorSpaceFactory.
Definition at line 92 of file YCbCrF32ColorSpace.h.
|
inlineoverridevirtual |
Implements KoColorSpaceFactory.
Definition at line 77 of file YCbCrF32ColorSpace.h.