summaryrefslogtreecommitdiff
path: root/core/fxge/dib/cfx_dibitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/dib/cfx_dibitmap.h')
-rw-r--r--core/fxge/dib/cfx_dibitmap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/fxge/dib/cfx_dibitmap.h b/core/fxge/dib/cfx_dibitmap.h
index 6fd4b7c89a..df751db3df 100644
--- a/core/fxge/dib/cfx_dibitmap.h
+++ b/core/fxge/dib/cfx_dibitmap.h
@@ -115,6 +115,10 @@ class CFX_DIBitmap : public CFX_DIBSource {
#if defined _SKIA_SUPPORT_PATHS_
Format m_nFormat;
#endif
+
+ private:
+ void ConvertRGBColorScale(uint32_t forecolor, uint32_t backcolor);
+ void ConvertCMYKColorScale(uint32_t forecolor, uint32_t backcolor);
};
#endif // CORE_FXGE_DIB_CFX_DIBITMAP_H_