klyn.gui.windows.GradientStop.clone
method
public clone() as GradientStop:
Description

Duplicates the current stop.

other = GradientStop(1.0, Color.white()).clone()