Skip to content

Commit 174204f

Browse files
committed
Fix gradient image description
Resolves #1244
1 parent 10ad3fd commit 174204f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

books/RayTracingInOneWeekend.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@
148148
before we print them out.
149149

150150
5. Red goes from fully off (black) to fully on (bright red) from left to right, and green goes
151-
from fully off at the top to black at the bottom. Adding red and green light together make
152-
yellow so we should expect the bottom right corner to be yellow.
151+
from fully off at the top (black) to fully on at the bottom (bright green). Adding red and
152+
green light together make yellow so we should expect the bottom right corner to be yellow.
153153

154154

155155
Creating an Image File

0 commit comments

Comments
 (0)