|
Krita Source Code Documentation
|
The KisColorVolumeInformation class is a struct that represents the 'mastering' display. It's primary purpose is to provide extra information for gamutmapping. More...
#include <kis_hdr_metadata.h>
Inheritance diagram for KisColorVolumeInformation:Public Member Functions | |
| bool | operator== (const KisColorVolumeInformation &other) const |
Public Attributes | |
| KoColorimetryUtils::xy | blue |
| xyY location of the blue colorant. | |
| KoColorimetryUtils::xy | green |
| xyY location of the green colorant. | |
| double | maxLuminance = 0.0 |
| Maximum screen brightness in cd/m² | |
| double | minLuminance = 0.0 |
| Minimum screen brightness in cd/m² | |
| KoColorimetryUtils::xy | red |
| xyY location of the red colorant. | |
| KoColorimetryUtils::xy | white |
| xyY location of the whitepoint. | |
Static Public Attributes | |
| static const KisColorVolumeInformation | BT2100PQ |
| static const KisColorVolumeInformation | DCIP3D65 |
The KisColorVolumeInformation class is a struct that represents the 'mastering' display. It's primary purpose is to provide extra information for gamutmapping.
Definition at line 48 of file kis_hdr_metadata.h.
| bool KisColorVolumeInformation::operator== | ( | const KisColorVolumeInformation & | other | ) | const |
Definition at line 19 of file kis_hdr_metadata.cpp.
References blue, green, maxLuminance, minLuminance, qFuzzyCompare(), red, and white.
| KoColorimetryUtils::xy KisColorVolumeInformation::blue |
xyY location of the blue colorant.
Definition at line 52 of file kis_hdr_metadata.h.
|
static |
Definition at line 26 of file kis_hdr_metadata.h.
|
static |
Definition at line 35 of file kis_hdr_metadata.h.
| KoColorimetryUtils::xy KisColorVolumeInformation::green |
xyY location of the green colorant.
Definition at line 51 of file kis_hdr_metadata.h.
| double KisColorVolumeInformation::maxLuminance = 0.0 |
Maximum screen brightness in cd/m²
Definition at line 54 of file kis_hdr_metadata.h.
| double KisColorVolumeInformation::minLuminance = 0.0 |
Minimum screen brightness in cd/m²
Definition at line 55 of file kis_hdr_metadata.h.
| KoColorimetryUtils::xy KisColorVolumeInformation::red |
xyY location of the red colorant.
Definition at line 50 of file kis_hdr_metadata.h.
| KoColorimetryUtils::xy KisColorVolumeInformation::white |
xyY location of the whitepoint.
Definition at line 49 of file kis_hdr_metadata.h.