KrabCode / LazyGui

GUI library for Processing in which you only mention control elements in draw() at the places you need them.
https://krabcode.github.io/LazyGui/
MIT License
83 stars 4 forks source link

decide whether to use color stops or color points terminology #318

Open KrabCode opened 2 months ago

KrabCode commented 2 months ago

A) "stops" already exists as a gradient sliderInt() saved in users jsons

B) "ColorPoint" is the new main API class to set gradient defaults

Let's choose one and stick to it

KrabCode commented 2 months ago

if we rename the stops to something like "count" we can still keep it compatible with old saves if we search the json for either "count" or "stops" with "stops" having priority