blob: 1675e9964e883bd061586a58a01c82c1ce04bea9 [file]
#include "generated/shapes/paint/gradient_stop_base.hpp"
#include "shapes/paint/gradient_stop.hpp"
using namespace rive;
Core* GradientStopBase::clone() const
{
auto cloned = new GradientStop();
cloned->copy(*this);
return cloned;
}