Skip to content

Commit

Permalink
BINDINGS/C++: Update comment on is_grayscale()
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySeaFox committed Nov 1, 2023
1 parent 997c5bd commit 98389ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bindings/sail-c++/image.h
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,8 @@ class SAIL_EXPORT image
static bool is_indexed(SailPixelFormat pixel_format);

/*
* Returns true if the specified pixel format is grayscale.
* Returns true if the specified pixel format is grayscale,
* with or without alpha.
*/
static bool is_grayscale(SailPixelFormat pixel_format);

Expand Down

0 comments on commit 98389ad

Please sign in to comment.