We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5b810 commit 453621cCopy full SHA for 453621c
lib/colormode.enum.ts
@@ -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