summaryrefslogtreecommitdiff
path: root/gtk/gtkhsla.c
Commit message (Collapse)AuthorAgeFilesLines
* hsla: Just store floatsMatthias Clasen2020-07-251-15/+15
| | | | | | | | | | We are using floats for rgb, and we don't need more precision for hsl colors either. We use hsl for computing color expressions like shade(), lighter() and darker(), which are not precisely specified anyway. This commit updates the one test where the output changes a tiny bit due to this.
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-10/+10
|
* hsla: Add _gtk_hsla_shade()Benjamin Otte2012-11-251-0/+18
| | | | We use it in multiple places, so better split it out.
* symboliccolor: Split out HSLA codeBenjamin Otte2012-11-081-0/+185