Go to the source code of this file.
◆ operator<<()
Definition at line 73 of file KoColorProfileQuery.h.
73 {
74 QDebugStateSaver saver(debug);
75 debug.nospace() <<
"KoColorProfileQuery("
76 <<
" WhitePoint:" <<
value.whitePoint
77 <<
" rgbColorants:" <<
value.rgbColorants
78 <<
" primariesType:" <<
value.primaries
79 <<
" transferFunction:" <<
value.transfer
80 <<
" isGreyscale:" <<
value.isGrayscale()
81 <<
" isRgb:" <<
value.isRgb()
82 <<
" isValid:" <<
value.isValid()
83 << ")";
85}
float value(const T *src, size_t ch)
PyObject * debug(PyObject *, PyObject *args)
References value().