Skip to content

Commit

Permalink
Fixes #78
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbl committed Sep 25, 2024
1 parent 5a7eba7 commit fdbb82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _labs/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ uint8_t next_blue = pxl_data[(x + 1) * 3]; // Get the blue color for the next pi
## Requirements
In the code provided in this lab, you will be expected to edit the original image listed at the top of this page to provide some fun visual effects!

Much of the code has been given for you, but you are expected to follow the comments in the files and fill in logic for the following four functions:
Much of the code has been given for you, but you are expected to follow the comments in the files and fill in logic for the following three functions:
- `remove_color_channel()`
- `grayscale()`
- `or_filter()`
Expand Down

0 comments on commit fdbb82f

Please sign in to comment.