Skip to content

Commit 2f7fdfd

Browse files
Update arrays_colors.md (#169)
Helps in understanding the concept better.
1 parent d56e558 commit 2f7fdfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/tutorials/arrays_colors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ go to compare images: in most number systems we would agree that `255
292292
careful when converting from one representation to another.
293293
Conversely, using these Julia packages **there is no discrepancy in
294294
"meaning" between the encoding of images represented as floating point
295-
or 8-bit (or 16-bit) fixed-point numbers: 0 always means "black" and 1
296-
always means "white" or "saturated."**
295+
or 8-bit (or 16-bit) fixed-point numbers: 0 always means "black" and 1 or something
296+
greater than 1 always means "white" or "saturated."**
297297

298298
Now, this doesn't prevent you from constructing pixels with values out
299299
of this range:

0 commit comments

Comments
 (0)