![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
Protected Member Functions | |
void | apply_fill (pixelmap_editor_t &editor) const |
void | set_source_to_fill (pixelmap_editor_t &editor) const |
color::Color | sample_fill (int x, int y) const |
Additional Inherited Members | |
![]() | |
T & | fill (vg::paint::type &_fill_) |
T & | fill (vg::paint::type &&_fill_) |
T & | fill (vg::paint::solid &_fill_) |
T & | fill (vg::paint::solid &&_fill_) |
T & | fill (vg::paint::gradient::linear &_fill_) |
T & | fill (vg::paint::gradient::linear &&_fill_) |
T & | fill (vg::paint::gradient::radial &_fill_) |
T & | fill (vg::paint::gradient::radial &&_fill_) |
![]() | |
T & | fill_opacity (double &_fill_opacity_) |
T & | fill_opacity (double &&_fill_opacity_) |
![]() | |
T & | fill_rule (fill_rule_e &_fill_rule_) |
T & | fill_rule (fill_rule_e &&_fill_rule_) |
![]() | |
vg::paint::type | _fill |
![]() | |
double | _fill_opacity |
![]() | |
fill_rule_e | _fill_rule |
Definition at line 494 of file attributes.cppm.
|
inlineexportprotected |
Definition at line 496 of file attributes.cppm.
|
inlinenodiscardexportprotected |
Definition at line 505 of file attributes.cppm.
|
inlineexportprotected |
Definition at line 500 of file attributes.cppm.