Flutter Engine
The Flutter Engine
|
#include <color_source.h>
Public Attributes | |
Point | center |
Degrees | start_angle |
Degrees | end_angle |
std::vector< Color > | colors |
std::vector< Scalar > | stops |
Entity::TileMode | tile_mode |
Matrix | effect_transform |
Definition at line 57 of file color_source.h.
Point impeller::SweepGradientData::center |
Definition at line 58 of file color_source.h.
std::vector<Color> impeller::SweepGradientData::colors |
Definition at line 61 of file color_source.h.
Matrix impeller::SweepGradientData::effect_transform |
Definition at line 64 of file color_source.h.
Degrees impeller::SweepGradientData::end_angle |
Definition at line 60 of file color_source.h.
Degrees impeller::SweepGradientData::start_angle |
Definition at line 59 of file color_source.h.
std::vector<Scalar> impeller::SweepGradientData::stops |
Definition at line 62 of file color_source.h.
Entity::TileMode impeller::SweepGradientData::tile_mode |
Definition at line 63 of file color_source.h.