Flutter Engine
The Flutter Engine
|
#include <color_source.h>
Public Attributes | |
Point | center |
Scalar | radius |
std::vector< Color > | colors |
std::vector< Scalar > | stops |
Entity::TileMode | tile_mode |
Matrix | effect_transform |
Definition at line 37 of file color_source.h.
Point impeller::RadialGradientData::center |
Definition at line 38 of file color_source.h.
std::vector<Color> impeller::RadialGradientData::colors |
Definition at line 40 of file color_source.h.
Matrix impeller::RadialGradientData::effect_transform |
Definition at line 43 of file color_source.h.
Scalar impeller::RadialGradientData::radius |
Definition at line 39 of file color_source.h.
std::vector<Scalar> impeller::RadialGradientData::stops |
Definition at line 41 of file color_source.h.
Entity::TileMode impeller::RadialGradientData::tile_mode |
Definition at line 42 of file color_source.h.