 |
Flutter Impeller
|
|
Go to the documentation of this file.
5 #ifndef FLUTTER_IMPELLER_TOOLKIT_INTEROP_PAINT_H_
6 #define FLUTTER_IMPELLER_TOOLKIT_INTEROP_PAINT_H_
8 #include "flutter/display_list/dl_color.h"
9 #include "flutter/display_list/dl_paint.h"
22 :
public Object<Paint, IMPELLER_INTERNAL_HANDLE_NAME(ImpellerPaint)> {
32 const flutter::DlPaint&
GetPaint()
const;
57 flutter::DlPaint paint_;
62 #endif // FLUTTER_IMPELLER_TOOLKIT_INTEROP_PAINT_H_
void SetDrawStyle(flutter::DlDrawStyle style)
void SetMaskFilter(const MaskFilter &filter)
void SetBlendMode(BlendMode mode)
void SetColorSource(const ColorSource &source)
void SetStrokeMiter(Scalar miter)
void SetStrokeWidth(Scalar width)
void SetColorFilter(const ColorFilter &filter)
Paint & operator=(const Paint &)=delete
void SetStrokeCap(flutter::DlStrokeCap stroke_cap)
const flutter::DlPaint & GetPaint() const
void SetColor(flutter::DlColor color)
void SetStrokeJoin(flutter::DlStrokeJoin stroke_join)
void SetImageFilter(const ImageFilter &filter)