typeset 0.1.0
縦書き・横書きの日本語組版ライブラリ(JLReq 水準、ラスタ / PDF / SVG)
読み取り中…
検索中…
一致する文字列を見つけられません
typeset::GradientStop 構造体

グラデーションの停止点 [詳解]

#include <typeset/geom.hpp>

公開メンバ関数

bool operator== (const GradientStop &o) const
 

公開変数類

float offset = 0.0f
 0〜1
 
Color color
 

詳解

グラデーションの停止点

geom.hpp137 行目に定義があります。

関数詳解

◆ operator==()

bool typeset::GradientStop::operator== ( const GradientStop o) const
inline

geom.hpp140 行目に定義があります。

参照先 color, offset.

メンバ詳解

◆ offset

float typeset::GradientStop::offset = 0.0f

0〜1

geom.hpp138 行目に定義があります。

参照元 typeset::Paint::at(), operator==().

◆ color

Color typeset::GradientStop::color

geom.hpp139 行目に定義があります。

参照元 typeset::Paint::at(), operator==().


この構造体詳解は次のファイルから抽出されました: