Skip to content

Commit 2b308c6

Browse files
authored
Update Frame.h
1 parent 438b2c3 commit 2b308c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/Frame.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ namespace openshot
250250
const unsigned char* GetPixels(int row);
251251

252252
/// Check a specific pixel color value (returns True/False)
253-
bool CheckPixel(int row, int col, int red, int green, int blue, int alpha);
253+
bool CheckPixel(int row, int col, int red, int green, int blue, int alpha, int threshold);
254254

255255
/// Get height of image
256256
int GetHeight();

0 commit comments

Comments
 (0)