Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hsla: Just store floats | Matthias Clasen | 2020-07-25 | 1 | -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 Otte | 2020-07-25 | 1 | -10/+10 |
| | |||||
* | hsla: Add _gtk_hsla_shade() | Benjamin Otte | 2012-11-25 | 1 | -0/+18 |
| | | | | We use it in multiple places, so better split it out. | ||||
* | symboliccolor: Split out HSLA code | Benjamin Otte | 2012-11-08 | 1 | -0/+185 |