C
Qul::PlatformInterface::GradientStop Class
class Qul::PlatformInterface::GradientStopグラデーション内の単一のグラデーションストップを表します。詳細...
| Header: | #include <platforminterface/drawingengine.h> |
| Since: | Qt Quick Ultralite (Platform) 2.7 |
パブリック関数
| GradientStop() | |
| GradientStop(float position, Qul::PlatformInterface::Rgba32 color) | |
| Qul::PlatformInterface::Rgba32 | color() const |
| float | position() const |
メンバ関数のドキュメント
GradientStop::GradientStop()
位置を 0 に設定 し 、 色を透過に設定 し たデ フ ォ ル ト のQul::PlatformInterface::GradientStop イ ン ス タ ン ス を構築 し ます。
GradientStop::GradientStop(float position, Qul::PlatformInterface::Rgba32 color)
与えられたposition とcolor でQul::PlatformInterface::GradientStop インスタンスを構築する。
Qul::PlatformInterface::Rgba32 GradientStop::color() const
グラデーションストップの色を返します。
float GradientStop::position() const
グラデーションストップの位置を返します。
特定の Qt ライセンスの下で利用可能です。
詳細はこちら。