Skip to content

Commit 4cdfe08

Browse files
authored
Corrected color overlays example (#162)
To match the image of `linspace.png`
1 parent 1a5ba71 commit 4cdfe08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/conversions_views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Another use for `colorview` is to combine multiple grayscale images into a singl
312312
```jldoctest
313313
using Colors, Images
314314
r = range(0,stop=1,length=11)
315-
b = range(0,stop=1,length=11)
315+
b = range(1,stop=0,length=11)
316316
img1d = colorview(RGB, r, zeroarray, b)
317317
318318
# output

0 commit comments

Comments
 (0)