summaryrefslogtreecommitdiff
path: root/src/Fl_Image_Surface.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-09-18 15:50:15 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-09-18 15:51:00 +0200
commit49a94d2366f0aa0c131048be3e8190779d3d723d (patch)
tree9e81088fea4f55daa097df38f3b7bdfb2dd46a21 /src/Fl_Image_Surface.cxx
parentb279c11d345e68d46e8b292fcc83c83fb050db7f (diff)
More detailed doc of Fl_Image_Surface::image()
Diffstat (limited to 'src/Fl_Image_Surface.cxx')
-rw-r--r--src/Fl_Image_Surface.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Fl_Image_Surface.cxx b/src/Fl_Image_Surface.cxx
index 75de6c790..6dcb3ba17 100644
--- a/src/Fl_Image_Surface.cxx
+++ b/src/Fl_Image_Surface.cxx
@@ -91,7 +91,8 @@ int Fl_Image_Surface_Driver::printable_rect(int *w, int *h) {
\endcond
*/
-/** Returns an image made of all drawings sent to the Fl_Image_Surface object.
+/** Returns a depth 3 image made of all drawings sent to the Fl_Image_Surface object.
+
The returned object contains its own copy of the RGB data.
The caller is responsible for deleting the image.
*/