Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QColorSpacePrivate::LUT Struct Reference

#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< QColorTrcLuttable [3]
 
QAtomicInt generated
 

Detailed Description

Definition at line 107 of file qcolorspace_p.h.

Constructor & Destructor Documentation

◆ LUT() [1/2]

QColorSpacePrivate::LUT::LUT ( )
default

◆ ~LUT()

QColorSpacePrivate::LUT::~LUT ( )
default

◆ LUT() [2/2]

QColorSpacePrivate::LUT::LUT ( const LUT other)
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:

Member Function Documentation

◆ operator[]() [1/2]

std::shared_ptr< QColorTrcLut > & QColorSpacePrivate::LUT::operator[] ( int  i)
inline

Definition at line 119 of file qcolorspace_p.h.

References i.

◆ operator[]() [2/2]

const std::shared_ptr< QColorTrcLut > & QColorSpacePrivate::LUT::operator[] ( int  i) const
inline

Definition at line 120 of file qcolorspace_p.h.

References i.

Member Data Documentation

◆ generated

◆ table

std::shared_ptr<QColorTrcLut> QColorSpacePrivate::LUT::table[3]

Definition at line 121 of file qcolorspace_p.h.


The documentation for this struct was generated from the following file: