aboutsummaryrefslogtreecommitdiff
path: root/guile/starlet/colours.scm
AgeCommit message (Collapse)Author
2023-06-15Remove colour-component stuffThomas White
It's a bit of a hack, only needed for MIDI control. I have a better solution using OSC in mind.
2022-06-11Rename make-colour-rgb to rgb, similar for cmyThomas White
2022-02-13Write colours as inexact numbers to three significant figuresThomas White
2021-11-06Add colour-as-rgbwThomas White
2021-05-06Add GPL boilerplate everywhereThomas White
2021-04-18Extend attribute-handling functions to handle colour component IDsThomas White
The following routines become generic functions with special cases for when a specific colour channel is being referred to: - set-in-state! - find-attr - get-attr-home-val - state-find - current-value
2021-04-18Add <colour-component-id>Thomas White
2021-04-11Add colour-as-rgbThomas White
2021-04-07Fade colours nicelyThomas White
2021-04-07fixup initial abstractionThomas White
2021-04-06Initial abstraction layer for coloursThomas White