LazyGui icon indicating copy to clipboard operation
LazyGui copied to clipboard

decide whether to use color stops or color points terminology

Open KrabCode opened this issue 1 year ago • 1 comments

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 avatar Aug 27 '24 22:08 KrabCode

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

KrabCode avatar Aug 28 '24 06:08 KrabCode