Uses of Class
micycle.peasygradients.gradient.ColorStop
-
Packages that use ColorStop Package Description micycle.peasygradients.gradient 1D Gradients. -
-
Uses of ColorStop in micycle.peasygradients.gradient
Methods in micycle.peasygradients.gradient with parameters of type ColorStop Modifier and Type Method Description void
Gradient. add(ColorStop colorStop)
Adds a color stop to the gradient.int
ColorStop. compareTo(ColorStop other)
Enables color stops to be sorted by Collections.sort via pairwise comparison on the percent of each stop.Constructors in micycle.peasygradients.gradient with parameters of type ColorStop Constructor Description Gradient(ColorStop... colorStops)
Creates a gradient using the colorstops provided.Constructor parameters in micycle.peasygradients.gradient with type arguments of type ColorStop Constructor Description Gradient(List<ColorStop> colorStops)
Creates a gradient using the colorstops provided.
-