We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cffbd2 commit 895d856Copy full SHA for 895d856
helpers.h
@@ -14,5 +14,5 @@ void reflect(int height, int width, RGBTRIPLE image[height][width]);
14
15
// Blur image
16
void blur(int height, int width, RGBTRIPLE image[height][width]);
17
-//
+// Vignette image
18
void vignette(int height, int width, RGBTRIPLE image[height][width]);
0 commit comments