Go to the source code of this file.
◆ operator<<()
Definition at line 49 of file KoColorProfileQuery.h.
49 {
50 QDebugStateSaver saver(debug);
51 debug.nospace() <<
"KoColorProfileQuery("
52 <<
" WhitePoint:" <<
value.whitePoint
53 <<
" rgbColorants:" <<
value.rgbColorants
54 <<
" primariesType:" <<
value.primaries
55 <<
" transferFunction:" <<
value.transfer
56 <<
" isGreyscale:" <<
value.isGrayscale()
57 <<
" isRgb:" <<
value.isRgb()
58 <<
" isValid:" <<
value.isValid()
59 << ")";
61}
float value(const T *src, size_t ch)
PyObject * debug(PyObject *, PyObject *args)
References value().