diff options
Diffstat (limited to 'cui/source/inc/cuitabarea.hxx')
-rw-r--r-- | cui/source/inc/cuitabarea.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx index 23d393711ae2..415055b113ac 100644 --- a/cui/source/inc/cuitabarea.hxx +++ b/cui/source/inc/cuitabarea.hxx @@ -711,6 +711,12 @@ public: /************************************************************************/ +enum class ColorModel +{ + RGB, + CMYK // can be extend with more models, e.g. HSV +}; + struct SvxColorTabPageShadow; class SvxColorTabPage : public SfxTabPage { |