![]() |
Qt 6.x
The Qt SDK
|
#include <qcolortransfertable_p.h>
Public Member Functions | |
QColorTransferTable () noexcept | |
QColorTransferTable (uint32_t size, const QList< uint8_t > &table) noexcept | |
QColorTransferTable (uint32_t size, const QList< uint16_t > &table) noexcept | |
bool | isEmpty () const |
bool | checkValidity () const |
float | apply (float x) const |
float | applyInverse (float x, float resultLargerThan=0.0f) const |
bool | asColorTransferFunction (QColorTransferFunction *transferFn) |
Public Attributes | |
uint32_t | m_tableSize |
QList< uint8_t > | m_table8 |
QList< uint16_t > | m_table16 |
Friends | |
bool | operator!= (const QColorTransferTable &t1, const QColorTransferTable &t2) |
bool | operator== (const QColorTransferTable &t1, const QColorTransferTable &t2) |
Definition at line 29 of file qcolortransfertable_p.h.
|
inlinenoexcept |
Definition at line 32 of file qcolortransfertable_p.h.
|
inlinenoexcept |
Definition at line 35 of file qcolortransfertable_p.h.
References Q_ASSERT.
|
inlinenoexcept |
Definition at line 40 of file qcolortransfertable_p.h.
References Q_ASSERT.
|
inline |
Definition at line 81 of file qcolortransfertable_p.h.
|
inline |
Definition at line 96 of file qcolortransfertable_p.h.
References QSet< T >::cbegin(), i, it, and Q_ASSERT.
|
inline |
Definition at line 137 of file qcolortransfertable_p.h.
References QColorTransferFunction::fromSRgb(), and Q_ASSERT.
Referenced by QColorSpacePrivate::setTransferFunctionTables().
|
inline |
Definition at line 51 of file qcolortransfertable_p.h.
References i.
Referenced by QColorSpacePrivate::setTransferFunctionTables().
|
inline |
Definition at line 46 of file qcolortransfertable_p.h.
Referenced by QColorSpacePrivate::setTransferFunctionTables().
|
friend |
Definition at line 194 of file qcolortransfertable_p.h.
|
friend |
Definition at line 217 of file qcolortransfertable_p.h.
QList<uint16_t> QColorTransferTable::m_table16 |
Definition at line 191 of file qcolortransfertable_p.h.
Referenced by QIcc::writeColorTrc().
QList<uint8_t> QColorTransferTable::m_table8 |
Definition at line 190 of file qcolortransfertable_p.h.
Referenced by QIcc::writeColorTrc().
uint32_t QColorTransferTable::m_tableSize |
Definition at line 189 of file qcolortransfertable_p.h.
Referenced by QIcc::writeColorTrc().