From 49a94d2366f0aa0c131048be3e8190779d3d723d Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 18 Sep 2020 15:50:15 +0200 Subject: More detailed doc of Fl_Image_Surface::image() --- src/Fl_Image_Surface.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Fl_Image_Surface.cxx') 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. */ -- cgit v1.2.3