![]() |
Qt 6.x
The Qt SDK
|
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 |
Definition at line 4202 of file qpaintengine_raster.cpp.
|
inline |
Definition at line 4204 of file qpaintengine_raster.cpp.
QRgb QGradientCache::CacheInfo::buffer32[GRADIENT_STOPTABLE_SIZE] |
Definition at line 4207 of file qpaintengine_raster.cpp.
QRgba64 QGradientCache::CacheInfo::buffer64[GRADIENT_STOPTABLE_SIZE] |
Definition at line 4206 of file qpaintengine_raster.cpp.
QGradient::InterpolationMode QGradientCache::CacheInfo::interpolationMode |
Definition at line 4210 of file qpaintengine_raster.cpp.
int QGradientCache::CacheInfo::opacity |
Definition at line 4209 of file qpaintengine_raster.cpp.
QGradientStops QGradientCache::CacheInfo::stops |
Definition at line 4208 of file qpaintengine_raster.cpp.