#include <memory>#include <vector>#include "impeller/geometry/color.h"#include "impeller/geometry/path.h"#include "impeller/geometry/point.h"Go to the source code of this file.
Classes | |
| struct | impeller::GradientData |
Namespaces | |
| impeller | |
Functions | |
| GradientData | impeller::CreateGradientBuffer (const std::vector< Color > &colors, const std::vector< Scalar > &stops) |
| Populate a vector with the interpolated color bytes for the linear gradient described by colors and stops. More... | |