Manuel Bustillo 4089ff63ba
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m10s
Add copyright notice / copyright_notice (pull_request) Successful in 1m45s
Run unit tests / unit_tests (pull_request) Successful in 2m42s
Add copyright notice
2024-11-10 11:24:07 +00:00

9 lines
196 B
Ruby

# Copyright (C) 2024 Manuel Bustillo
Chroma.define_palette :decreasing_saturation do
spin(20).desaturate(40)
spin(-20).desaturate(40)
spin(40).desaturate(40)
spin(-40).desaturate(40)
end