diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-09-18 15:50:15 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-09-18 15:51:00 +0200 |
| commit | 49a94d2366f0aa0c131048be3e8190779d3d723d (patch) | |
| tree | 9e81088fea4f55daa097df38f3b7bdfb2dd46a21 | |
| parent | b279c11d345e68d46e8b292fcc83c83fb050db7f (diff) | |
More detailed doc of Fl_Image_Surface::image()
| -rw-r--r-- | src/Fl_Image_Surface.cxx | 3 |
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. */ |
