#include <color_source.h>
Public Attributes | |
| Point | start_point |
| Point | end_point |
| std::vector< Color > | colors |
| std::vector< Scalar > | stops |
| Entity::TileMode | tile_mode |
| Matrix | effect_transform |
Definition at line 28 of file color_source.h.
| std::vector<Color> impeller::LinearGradientData::colors |
Definition at line 31 of file color_source.h.
| Matrix impeller::LinearGradientData::effect_transform |
Definition at line 34 of file color_source.h.
| Point impeller::LinearGradientData::end_point |
Definition at line 30 of file color_source.h.
| Point impeller::LinearGradientData::start_point |
Definition at line 29 of file color_source.h.
| std::vector<Scalar> impeller::LinearGradientData::stops |
Definition at line 32 of file color_source.h.
| Entity::TileMode impeller::LinearGradientData::tile_mode |
Definition at line 33 of file color_source.h.