summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-12 17:26:36 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-12 17:26:36 +0100
commit4ad19b270980c66c7a2e1ec7719d19e66cceed35 (patch)
tree773c8e3ceda35d68b325798fd4ab4284b4a2920a /src
parent7a3d736588526cb484a200464d71f3eb6247f810 (diff)
Comment.
Diffstat (limited to 'src')
-rw-r--r--src/lib/image.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/image.cc b/src/lib/image.cc
index 28a7ed0e4..d5d3167cd 100644
--- a/src/lib/image.cc
+++ b/src/lib/image.cc
@@ -768,6 +768,9 @@ operator== (Image const & a, Image const & b)
return true;
}
+/** Fade the image.
+ * @param f Amount to fade by; 0 is black, 1 is no fade.
+ */
void
Image::fade (float f)
{