blob: d9e3a952c801c72c780fd4345060863639d18a1c [file] [log] [blame]
#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;
}