Skip to content

Commit 453621c

Browse files
committed
(#336) Introduced colormode enum
1 parent ba5b810 commit 453621c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/colormode.enum.ts

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/**
2+
* The {@link ColorMode} enum is used to specify the color mode of an {@link Image}
3+
*/
4+
export enum ColorMode {
5+
BGR,
6+
RGB
7+
}

0 commit comments

Comments
 (0)