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
QGradientCache::CacheInfo Struct Reference
+ Collaboration diagram for QGradientCache::CacheInfo:

Public Member Functions

 CacheInfo (QGradientStops s, int op, QGradient::InterpolationMode mode)
 

Public Attributes

QRgba64 buffer64 [GRADIENT_STOPTABLE_SIZE]
 
QRgb buffer32 [GRADIENT_STOPTABLE_SIZE]
 
QGradientStops stops
 
int opacity
 
QGradient::InterpolationMode interpolationMode
 

Detailed Description

Definition at line 4205 of file qpaintengine_raster.cpp.

Constructor & Destructor Documentation

◆ CacheInfo()

QGradientCache::CacheInfo::CacheInfo ( QGradientStops s,
int op,
QGradient::InterpolationMode mode )
inline

Definition at line 4207 of file qpaintengine_raster.cpp.

Member Data Documentation

◆ buffer32

QRgb QGradientCache::CacheInfo::buffer32[GRADIENT_STOPTABLE_SIZE]

Definition at line 4210 of file qpaintengine_raster.cpp.

◆ buffer64

QRgba64 QGradientCache::CacheInfo::buffer64[GRADIENT_STOPTABLE_SIZE]

Definition at line 4209 of file qpaintengine_raster.cpp.

◆ interpolationMode

QGradient::InterpolationMode QGradientCache::CacheInfo::interpolationMode

Definition at line 4213 of file qpaintengine_raster.cpp.

◆ opacity

int QGradientCache::CacheInfo::opacity

Definition at line 4212 of file qpaintengine_raster.cpp.

◆ stops

QGradientStops QGradientCache::CacheInfo::stops

Definition at line 4211 of file qpaintengine_raster.cpp.


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