Skip to content

Commit db0db2f

Browse files
committed
minor rewording
1 parent a8b4109 commit db0db2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/02-image-basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,11 +616,11 @@ possible colours with our additive, 24-bit RGB colour model.
616616
::::::::::::::::::::::::::::::::::::::::::::::::::
617617

618618
Although 24-bit colour depth is common, there are other options.
619-
We might have 8-bit colour
619+
For example, we might have 8-bit colour
620620
(3 bits for red and green, but only 2 for blue, providing 8 × 8 × 4 = 256 colours)
621621
or 16-bit colour
622622
(4 bits for red, green, and blue, plus 4 more for transparency,
623-
providing 16 × 16 × 16 = 4096 colours), for example.
623+
providing 16 × 16 × 16 = 4096 colours, with 16 transparency levels each).
624624
There are colour depths with more than eight bits per channel,
625625
but as the human eye can only discern approximately 10 million different colours,
626626
these are not often used.

0 commit comments

Comments
 (0)