|
|
std::vector< Cairo::ColorStop > | color_stops {} |
| |
|
int | x0 |
| |
|
int | y0 |
| |
|
int | x1 |
| |
|
int | y1 |
| |
Definition at line 72 of file attributes.cppm.
◆ linear()
| vg::paint::gradient::linear::linear |
( |
std::pair< int, int > | start, |
|
|
std::pair< int, int > | end, |
|
|
const std::vector< std::pair< double, color::Color > > & | _color_stops ) |
|
inlineexport |
◆ apply_to_source()
| void vg::paint::gradient::linear::apply_to_source |
( |
pixelmap_editor_t & | editor, |
|
|
double | opacity ) const |
|
inlineoverrideexportvirtual |
◆ get_type()
| paint_type_e vg::paint::gradient::linear::get_type |
( |
| ) |
const |
|
inlineoverrideexportvirtual |
◆ make_copy()
| base_i * vg::paint::gradient::linear::make_copy |
( |
| ) |
const |
|
inlinenodiscardoverrideexportvirtual |
◆ operator==()
| bool vg::paint::gradient::linear::operator== |
( |
const paint::base_i & | rhl_ | ) |
const |
|
inlineoverrideexportvirtual |
◆ sample()
| color::Color vg::paint::gradient::linear::sample |
( |
int | x, |
|
|
int | y ) const |
|
inlineoverrideexportvirtual |
The documentation for this struct was generated from the following file: