A color, for our purposes, can be represented as an RGBA value, which we can represent with a data structure of 4 numbers to represent one color. So, one pixel holds some structure of 4 numbers.

Array of 4 slots containing R, G, B, A respectively.

(Page 2)