Qt 6.x
The Qt SDK
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 4202 of file qpaintengine_raster.cpp.

Constructor & Destructor Documentation

◆ CacheInfo()

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

Definition at line 4204 of file qpaintengine_raster.cpp.

Member Data Documentation

◆ buffer32

QRgb QGradientCache::CacheInfo::buffer32[GRADIENT_STOPTABLE_SIZE]

Definition at line 4207 of file qpaintengine_raster.cpp.

◆ buffer64

QRgba64 QGradientCache::CacheInfo::buffer64[GRADIENT_STOPTABLE_SIZE]

Definition at line 4206 of file qpaintengine_raster.cpp.

◆ interpolationMode

QGradient::InterpolationMode QGradientCache::CacheInfo::interpolationMode

Definition at line 4210 of file qpaintengine_raster.cpp.

◆ opacity

int QGradientCache::CacheInfo::opacity

Definition at line 4209 of file qpaintengine_raster.cpp.

◆ stops

QGradientStops QGradientCache::CacheInfo::stops

Definition at line 4208 of file qpaintengine_raster.cpp.


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