Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
3d0537a01a32c3b295c8532cf77b3a379a7fb7c1
/
.
/
src
/
generated
/
shapes
/
paint
/
gradient_stop_base.cpp
blob: 0ff71eb076d77ffa0d19220b1efde79fff6201a6 [
file
]
#include
"rive/generated/shapes/paint/gradient_stop_base.hpp"
#include
"rive/shapes/paint/gradient_stop.hpp"
using
namespace
rive
;
Core
*
GradientStopBase
::
clone
()
const
{
auto
cloned
=
new
GradientStop
();
cloned
->
copy
(*
this
);
return
cloned
;
}