![]() |
Qt 6.x
The Qt SDK
|
#include <qcolorspace_p.h>
Collaboration diagram for QColorSpacePrivate::LUT:Public Member Functions | |
| LUT ()=default | |
| ~LUT ()=default | |
| LUT (const LUT &other) | |
| std::shared_ptr< QColorTrcLut > & | operator[] (int i) |
| const std::shared_ptr< QColorTrcLut > & | operator[] (int i) const |
Public Attributes | |
| std::shared_ptr< QColorTrcLut > | table [3] |
| QAtomicInt | generated |
Definition at line 107 of file qcolorspace_p.h.
|
default |
|
default |
|
inline |
Definition at line 110 of file qcolorspace_p.h.
References generated, other(), and QBasicAtomicInteger< T >::storeRelaxed().
Here is the call graph for this function:
|
inline |
Definition at line 119 of file qcolorspace_p.h.
References i.
|
inline |
Definition at line 120 of file qcolorspace_p.h.
References i.
| QAtomicInt QColorSpacePrivate::LUT::generated |
Definition at line 122 of file qcolorspace_p.h.
Referenced by LUT(), QColorTransform::map(), QColorTransform::map(), QColorTransform::map(), QColorSpacePrivate::setTransferFunction(), QColorSpacePrivate::setTransferFunctionTables(), QColorTransformPrivate::updateLutsIn(), and QColorTransformPrivate::updateLutsOut().
| std::shared_ptr<QColorTrcLut> QColorSpacePrivate::LUT::table[3] |
Definition at line 121 of file qcolorspace_p.h.