Open KrabCode opened 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
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
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