#include <gradient.h>
◆ color_stop() [1/6]
litehtml::gradient::color_stop::color_stop |
( |
| ) |
|
|
inline |
◆ color_stop() [2/6]
litehtml::gradient::color_stop::color_stop |
( |
web_color |
color | ) |
|
|
inline |
◆ color_stop() [3/6]
◆ color_stop() [4/6]
litehtml::gradient::color_stop::color_stop |
( |
web_color |
color, |
|
|
float |
angle |
|
) |
| |
|
inline |
◆ color_stop() [5/6]
litehtml::gradient::color_stop::color_stop |
( |
css_length |
length | ) |
|
|
inline |
◆ color_stop() [6/6]
litehtml::gradient::color_stop::color_stop |
( |
float |
angle | ) |
|
|
inline |
◆ angle
optional<float> litehtml::gradient::color_stop::angle |
◆ color
web_color litehtml::gradient::color_stop::color |
◆ is_color_hint
bool litehtml::gradient::color_stop::is_color_hint = false |
◆ length
optional<css_length> litehtml::gradient::color_stop::length |
The documentation for this class was generated from the following file: