Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 109 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 112 of file qcolorspace_p.h.

Member Function Documentation

◆ operator[]() [1/2]

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

Definition at line 121 of file qcolorspace_p.h.

◆ operator[]() [2/2]

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

Definition at line 122 of file qcolorspace_p.h.

Member Data Documentation

◆ generated

QAtomicInt QColorSpacePrivate::LUT::generated

Definition at line 124 of file qcolorspace_p.h.

◆ table

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

Definition at line 123 of file qcolorspace_p.h.


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