Update
This commit is contained in:
parent
76e9db8a4c
commit
910eefc063
23 changed files with 2340 additions and 2120 deletions
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue