このページでは

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)

与えられたpositioncolorQul::PlatformInterface::GradientStop インスタンスを構築する。

Qul::PlatformInterface::Rgba32 GradientStop::color() const

グラデーションストップの色を返します。

float GradientStop::position() const

グラデーションストップの位置を返します。

特定の Qt ライセンスの下で利用可能です。
詳細はこちら。