Skip to content

Commit a7f068f

Browse files
committed
functie aangepast
1 parent c284cd0 commit a7f068f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filter/less/filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ The function `grayscale` should take an image and turn it into a black-and-white
165165

166166
[![](walkthrough.jpg){: width="150px"}](https://youtu.be/A8LA2osnAwM?list=PLhQjrBD2T3837jmUt0ep7Tpmnxdv9NVut)
167167

168-
1. Implement a separate `grayscale_pixel` function, which will take an image and returns a gray-scaled `RGBTRIPLE` value for that pixel:
168+
1. Implement a separate `grayscale_pixel` function, which will take an image and the coordinates of a single pixel. The function returns a gray-scaled `RGBTRIPLE` value for that pixel:
169169

170170
RGBTRIPLE grayscale_pixel(int height, int width, RGBTRIPLE image[height][width], int x, int y)
171171
{

0 commit comments

Comments
 (0)