|
Krita Source Code Documentation
|
#include <colorspaces/rgb_u8/RgbU8ColorSpace.h>#include <colorspaces/rgb_u16/RgbU16ColorSpace.h>#include <colorspaces/rgb_f32/RgbF32ColorSpace.h>#include "KoColorConversionTransformationFactory.h"#include <LcmsRGBP2020PQColorSpaceTransformation.h>Go to the source code of this file.
Functions | |
| template<typename ParentColorSpace > | |
| void | addInternalConversion (QList< KoColorConversionTransformationFactory * > &, void *) |
| template<typename ParentColorSpace , typename CurrentTraits > | |
| void | addInternalConversion (QList< KoColorConversionTransformationFactory * > &list, CurrentTraits *) |
| template<typename ParentColorSpace > | |
| void | addInternalConversion (QList< KoColorConversionTransformationFactory * > &list, typename ParentColorSpace::ColorSpaceTraits *) |
| void addInternalConversion | ( | QList< KoColorConversionTransformationFactory * > & | , |
| void * | ) |
Definition at line 89 of file LcmsRGBP2020PQColorSpace.h.
| void addInternalConversion | ( | QList< KoColorConversionTransformationFactory * > & | list, |
| CurrentTraits * | ) |
Recursively add bit-depths conversions to the color space. We add only outgoing conversions for every RGB color space. That is, every color space has exactly three outgoing edges for color conversion.
Definition at line 69 of file LcmsRGBP2020PQColorSpace.h.
| void addInternalConversion | ( | QList< KoColorConversionTransformationFactory * > & | list, |
| typename ParentColorSpace::ColorSpaceTraits * | ) |
Definition at line 79 of file LcmsRGBP2020PQColorSpace.h.