diff options
Diffstat (limited to 'dw/platform.hh')
-rw-r--r-- | dw/platform.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dw/platform.hh b/dw/platform.hh index 532f4cf9..227cda33 100644 --- a/dw/platform.hh +++ b/dw/platform.hh @@ -149,8 +149,7 @@ public: /** * \brief Create a (platform speficic) image buffer. * - * "gamma" is the value by which the image data is already - * corrected. + * "gamma" is the value by which the image data is gamma-encoded. */ virtual Imgbuf *createImgbuf (Imgbuf::Type type, int width, int height, double gamma) = 0; |