aboutsummaryrefslogtreecommitdiff
path: root/guile/starlet/colours.scm
AgeCommit message (Collapse)Author
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