Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QColorCLUT Class Reference

#include <qcolorclut_p.h>

+ Collaboration diagram for QColorCLUT:

Public Member Functions

bool isEmpty () const
 
QColorVector apply (const QColorVector &v) const
 

Public Attributes

uint32_t gridPointsX = 0
 
uint32_t gridPointsY = 0
 
uint32_t gridPointsZ = 0
 
uint32_t gridPointsW = 1
 
QList< QColorVectortable
 

Detailed Description

Definition at line 24 of file qcolorclut_p.h.

Member Function Documentation

◆ apply()

QColorVector QColorCLUT::apply ( const QColorVector & v) const
inline

Definition at line 43 of file qcolorclut_p.h.

References gridPointsW, gridPointsX, gridPointsY, gridPointsZ, i, Q_ASSERT, QColorVector::x, QColorVector::y, and QColorVector::z.

Referenced by visitElement().

+ Here is the caller graph for this function:

◆ isEmpty()

bool QColorCLUT::isEmpty ( ) const
inline

Definition at line 41 of file qcolorclut_p.h.

Referenced by visitElement().

+ Here is the caller graph for this function:

Member Data Documentation

◆ gridPointsW

uint32_t QColorCLUT::gridPointsW = 1

Definition at line 38 of file qcolorclut_p.h.

Referenced by apply(), and compareElement().

◆ gridPointsX

uint32_t QColorCLUT::gridPointsX = 0

Definition at line 35 of file qcolorclut_p.h.

Referenced by apply(), and compareElement().

◆ gridPointsY

uint32_t QColorCLUT::gridPointsY = 0

Definition at line 36 of file qcolorclut_p.h.

Referenced by apply(), and compareElement().

◆ gridPointsZ

uint32_t QColorCLUT::gridPointsZ = 0

Definition at line 37 of file qcolorclut_p.h.

Referenced by apply(), and compareElement().

◆ table

QList<QColorVector> QColorCLUT::table

Definition at line 39 of file qcolorclut_p.h.

Referenced by compareElement().


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