Generate linear gradient in C++

This commit is contained in:
Olivier Goffart 2021-02-03 10:16:23 +01:00
parent c5ab214f55
commit d90fce9c1d
2 changed files with 19 additions and 1 deletions

View file

@ -155,6 +155,9 @@ public:
<< ")";
}
// FIXME: we need this to create GradientStop
operator const cbindgen_private::types::Color&() { return inner; }
private:
cbindgen_private::types::Color inner;
friend class LinearGradientBrush;