From 126ae913efb3829c980a2151db5bbcfd68c5b39c Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Mon, 17 Jun 2013 10:56:43 +0200 Subject: Added gamma correction value to dw::core::ImgBuf. --- dw/fltkplatform.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dw/fltkplatform.hh') diff --git a/dw/fltkplatform.hh b/dw/fltkplatform.hh index 64605b68..2fb95633 100644 --- a/dw/fltkplatform.hh +++ b/dw/fltkplatform.hh @@ -169,7 +169,8 @@ public: core::style::Tooltip *createTooltip (const char *text); void cancelTooltip(); - core::Imgbuf *createImgbuf (core::Imgbuf::Type type, int width, int height); + core::Imgbuf *createImgbuf (core::Imgbuf::Type type, int width, int height, + double gamma); void copySelection(const char *text); -- cgit v1.2.3