Lehonti Ramos
Lehonti Ramos
### Description of Change Sealed some classes. They are not part of the public API, but this change can help us better track code invariants
- Some `if` towers were converted to `switches` - Normalized line endings to `LF` - Some very simple methods were made to have an expression body - Removed some unused...
I am verifying that the project is alive
In some effects, the user may want to define custom color palettes. At the moment, an acceptable workaround is having an `enum` with pre-defined palettes (see #457), but it would...
In some effects, the user may want to define custom gradients (with several color stops). At the moment, an acceptable workaround is having an `enum` with pre-defined gradients (see #578),...
The more invariants we ensure, the better