DynamicColor icon indicating copy to clipboard operation
DynamicColor copied to clipboard

Allows the user to select the color position in the array

Open yannickl opened this issue 9 years ago • 0 comments

It would be nice to select the scale of each color in a gradient to gain in control.

Here an API example:

let gradient = DynamicGradient(colors: [blue, red, yellow], scale: [0,0.25,1])

yannickl avatar Oct 21 '16 20:10 yannickl