#include "display_list/effects/dl_color_filter.h"#include "impeller/entity/contents/filters/color_filter_contents.h"#include "impeller/geometry/color.h"Go to the source code of this file.
Namespaces | |
| impeller | |
Typedefs | |
| using | impeller::ColorFilterProc = std::function< Color(Color)> |
Functions | |
| std::shared_ptr< ColorFilterContents > | impeller::WrapWithInvertColors (const std::shared_ptr< FilterInput > &input, ColorFilterContents::AbsorbOpacity absorb_opacity) |
| std::shared_ptr< ColorFilterContents > | impeller::WrapWithGPUColorFilter (const flutter::DlColorFilter *filter, const std::shared_ptr< FilterInput > &input, ColorFilterContents::AbsorbOpacity absorb_opacity) |
| ColorFilterProc | impeller::GetCPUColorFilterProc (const flutter::DlColorFilter *filter) |
Variables | |
| static constexpr const ColorMatrix | impeller::kColorInversion |
| A color matrix which inverts colors. More... | |