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ライセンスの下で利用可能です。
詳細はこちらをご覧ください。