Files
hugo/common
Bjørn Erik Pedersen e197c7b29d Add Luminance to Color
To sort an image's colors from darkest to lightest, you can then do:

```handlebars
{{ {{ $colorsByLuminance := sort $image.Colors "Luminance" }}
```

This uses the formula defined here: https://www.w3.org/TR/WCAG21/#dfn-relative-luminance

Fixes #10450
2024-04-16 10:02:46 +02:00
..
2024-02-01 19:53:51 +01:00
2024-01-28 23:14:09 +01:00
2024-04-16 10:02:46 +02:00
2024-01-28 23:14:09 +01:00
2024-01-30 20:12:03 +01:00
2024-01-28 23:14:09 +01:00
2023-11-28 12:23:38 +01:00
2024-03-15 17:25:52 +01:00
2024-01-28 23:14:09 +01:00