quartz/content/notes/02-colour-representation.md
2023-03-10 02:27:11 +11:00

20 lines
261 B
Markdown

---
title: "02-colour-representation"
tags:
- lecture
- cosc-342
---
representing colors;
- RGB
- most common
- sensors in camera
- projects + monitors
- aRGB/RGBa
- GIT, PNG etc
- CMYK
- HSV/HSL
- others: YUV, CIE
![](https://i.imgur.com/RG5WOUb.png)