- clearFolder() - Method in class com.krab.lazy.LazyGui
-
Clears the global path prefix stack, removing all its elements.
- colorPicker(String) - Method in class com.krab.lazy.LazyGui
-
Gets the color value of a color picker control element.
- colorPicker(String, float) - Method in class com.krab.lazy.LazyGui
-
Gets the color value of a color picker control element.
- colorPicker(String, float, float, float) - Method in class com.krab.lazy.LazyGui
-
Gets the color value of a color picker control element.
- colorPicker(String, float, float, float, float) - Method in class com.krab.lazy.LazyGui
-
Gets the color value of a color picker control element.
- colorPicker(String, int) - Method in class com.krab.lazy.LazyGui
-
Gets the color value of a color picker control element.
- colorPickerHueAdd(String, float) - Method in class com.krab.lazy.LazyGui
-
Adds hue to the color picker, looping it correctly in both directions at the [0,1] boundary.
- colorPickerSet(String, int) - Method in class com.krab.lazy.LazyGui
-
Sets the color picker to a given hex value.
- ColorPoint - Class in com.krab.lazy
-
Used as a parameter for initializing a gradient with a set of default colors at default positions.
- ColorPoint(int, float) - Constructor for class com.krab.lazy.ColorPoint
-
Constructor for ColorPoint
- colorPoint(int, float) - Method in class com.krab.lazy.LazyGui
-
Helper function for calling `gui.gradient(String path, ColorPoint...
- com.krab.lazy - package com.krab.lazy
-
- createSave() - Method in class com.krab.lazy.LazyGui
-
Creates a new, sequentially numbered save file in the gui save folder inside the sketch data folder.
- createSave(String) - Method in class com.krab.lazy.LazyGui
-
Creates a new save file or overwrites an existing one while auto-detecting whether the parameter is a relative or an absolute path to it on disk.