#include <qcolortransfertable_p.h>
Definition at line 29 of file qcolortransfertable_p.h.
◆ Type
◆ QColorTransferTable() [1/3]
QColorTransferTable::QColorTransferTable |
( |
| ) |
|
|
defaultnoexcept |
◆ QColorTransferTable() [2/3]
QColorTransferTable::QColorTransferTable |
( |
uint32_t | size, |
|
|
const QList< uint8_t > & | table, |
|
|
Type | type = TwoWay ) |
|
inlinenoexcept |
◆ QColorTransferTable() [3/3]
QColorTransferTable::QColorTransferTable |
( |
uint32_t | size, |
|
|
const QList< uint16_t > & | table, |
|
|
Type | type = TwoWay ) |
|
inlinenoexcept |
◆ apply()
float QColorTransferTable::apply |
( |
float | x | ) |
const |
|
inline |
◆ applyInverse()
float QColorTransferTable::applyInverse |
( |
float | x, |
|
|
float | resultLargerThan = 0.0f ) const |
|
inline |
◆ asColorTransferFunction()
◆ checkInvertibility()
bool QColorTransferTable::checkInvertibility |
( |
| ) |
const |
|
inline |
◆ checkValidity()
bool QColorTransferTable::checkValidity |
( |
| ) |
const |
|
inline |
◆ isEmpty()
bool QColorTransferTable::isEmpty |
( |
| ) |
const |
|
inlinenoexcept |
◆ isIdentity()
bool QColorTransferTable::isIdentity |
( |
| ) |
const |
|
inline |
◆ operator!=
◆ operator==
◆ m_table16
QList<uint16_t> QColorTransferTable::m_table16 |
◆ m_table8
QList<uint8_t> QColorTransferTable::m_table8 |
◆ m_tableSize
uint32_t QColorTransferTable::m_tableSize = 0 |
◆ m_type
The documentation for this class was generated from the following file: