You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lessons/intro/clear-buffer/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Sets the clear color to an rgba triple. The input arguments are floating point
19
19
This clears the color channel of the drawing buffer. It is possible to pass other values to this function, though we won't worry about this until later.
20
20
21
21
## Exercise
22
-
For this exercise, write a method which takes a WebGL context as input and clears the background color to opaque magenta (fully satured red and blue, no green). To help get started, here is a shell:
22
+
For this exercise, write a method which takes a WebGL context as input and clears the background color to opaque magenta (fully saturated red and blue, no green). To help get started, here is a shell:
0 commit comments