C

<platforminterface/gradient.h> - 渐变处理

提供渐变处理便利函数。更多信息...

头文件 #include <platforminterface/gradient.h>

函数

voidgenerateGradientColorTable(const PlatformInterface::GradientStops &gradientStops, float opacity, PlatformInterface::Rgba32 *colorTable, int size, bool premultipliedAlpha)

详细描述

函数文档

[自 Qt Quick Ultralite (Platform) 2.7 开始] void generateGradientColorTable(const PlatformInterface::GradientStops &gradientStops, float opacity, PlatformInterface::Rgba32 *colorTable, int size, bool premultipliedAlpha)

从渐变停止中生成渐变颜色表。

根据提供的 gradientStops 和不透明度值 opacity 生成渐变颜色表。

colorTable 参数指向颜色表,size 指定颜色表应有多少条条目。

premultipliedAlpha 参数指定输出数据是否应该预先乘以 alpha 值。

此函数自 Qt Quick Ultralite (Platform) 2.7 开始引入。

在特定 Qt 许可下可用。
了解更多信息。