This commit is contained in:
Miloslav Ciz 2025-04-27 03:32:20 +02:00
parent 76e9db8a4c
commit 910eefc063
23 changed files with 2340 additions and 2120 deletions

View file

@ -6,6 +6,8 @@ One disadvantage of plain 332 palette lies in the linearity of each component, i
It's also possible to [swap](permutation.md) the order of component to get palettes such as BGR223, GBR 323 etc.
Another variant of this format could be an 8bit color value under a different color model than RGB, for example [HSV](hsv.md) or [HSL](hsl.md), which could eliminate some of the shortcomings in color distribution (described above), and would add the advantage of easy manipulation of brightness etc., but it would also somehow have to address the issue of multiple representations of colors such as black.
The RGB values of the 332 palette are following:
```