summaryrefslogtreecommitdiff
path: root/core/fxge/cfx_color.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/cfx_color.h')
-rw-r--r--core/fxge/cfx_color.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fxge/cfx_color.h b/core/fxge/cfx_color.h
index d6fabad989..1dd512a42d 100644
--- a/core/fxge/cfx_color.h
+++ b/core/fxge/cfx_color.h
@@ -14,6 +14,7 @@ struct CFX_Color {
static CFX_Color ParseColor(const CPDF_Array& array);
static CFX_Color ParseColor(const ByteString& str);
+ // Ordered by increasing number of components.
enum Type { kTransparent = 0, kGray, kRGB, kCMYK };
explicit CFX_Color(FX_COLORREF ref)