Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
ea25a4e5e292e896a8c86ffd2f13813dfe2fffa7
/
.
/
src
/
generated
/
shapes
/
paint
/
linear_gradient_base.cpp
blob: ce529292cdd79a93d2d33b004514366428fe17d6 [
file
]
#include
"generated/shapes/paint/linear_gradient_base.hpp"
#include
"shapes/paint/linear_gradient.hpp"
using
namespace
rive
;
Core
*
LinearGradientBase
::
clone
()
const
{
auto
cloned
=
new
LinearGradient
();
cloned
->
copy
(*
this
);
return
cloned
;
}