More detailed doc of Fl_Image_Surface::image()

This commit is contained in:
ManoloFLTK 2020-09-18 15:50:15 +02:00
parent b279c11d34
commit 49a94d2366
1 changed files with 2 additions and 1 deletions

View File

@ -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.
*/