This commit is contained in:
Miloslav Ciz 2024-06-22 17:19:02 +02:00
parent 05fea8ed71
commit a6db005012
12 changed files with 1814 additions and 1789 deletions

View file

@ -23,3 +23,7 @@ This is actually a non-trivial question, or rather there exist many varying defi
- Are colors not perceivable by average human colors? Many animals see colors we can't see (e.g. those in [infrared](infrared.md) spectrum), but there are also rare cases of humans (so called tetrachromats) who see many more colors than usual thanks to a mutation.
- Are [impossible colors](impossible_color.md) colors? Interestingly there exist colors perceivable by average humans which however cannot naturally be seen due to "physics" -- they can however be seen with "eye [hacks](hacking.md)". Do we count these too?
- ...
## Color In Computers/Programming
TODO: RGB, indexed color, depth, HDR, YUV, HSV etc.