Jonas Jenwald 498daadf3c Simplify the applyOpacity helper function
This function only has a single call-site (if we ignore the unit-tests), where the colors are split into separate parameters.
Given that all the color components are modified in the exact same way, it seems easier (and shorter) to pass the colors as-is to `applyOpacity` and have it use `Array.prototype.map()` instead.
2026-03-29 14:52:06 +02:00
..
2026-03-24 23:39:44 +01:00
2026-03-24 23:39:44 +01:00
2023-08-31 13:09:52 +02:00