SLIDE 1
Colors (R,G,B,A?)
- 3 or 4 channels
- A channel contains information about that color.
- Values are usually kept in range from 0 to 255
- RGB(0,0,0) = black
- RGB(255,255,255) = white
- Value = the amount of the given color
- More like light than color