We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56e558 commit 2f7fdfdCopy full SHA for 2f7fdfd
docs/src/tutorials/arrays_colors.md
@@ -292,8 +292,8 @@ go to compare images: in most number systems we would agree that `255
292
careful when converting from one representation to another.
293
Conversely, using these Julia packages **there is no discrepancy in
294
"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."**
+or 8-bit (or 16-bit) fixed-point numbers: 0 always means "black" and 1 or something
+greater than 1 always means "white" or "saturated."**
297
298
Now, this doesn't prevent you from constructing pixels with values out
299
of this range:
0 commit comments