summaryrefslogtreecommitdiffstats
path: root/printing/print_settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'printing/print_settings.h')
-rw-r--r--printing/print_settings.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/printing/print_settings.h b/printing/print_settings.h
index 4e40231..6101684 100644
--- a/printing/print_settings.h
+++ b/printing/print_settings.h
@@ -15,6 +15,16 @@
namespace printing {
+// Returns true if color model is selected.
+bool isColorModelSelected(int model);
+
+#if defined (USE_CUPS)
+ // Get the color model setting name and value for the |color_mode|.
+ void GetColorModelForMode(int color_mode,
+ std::string* color_setting_name,
+ std::string* color_value);
+#endif
+
// OS-independent print settings.
class PRINTING_EXPORT PrintSettings {
public: