fltk_image_d
fn
int fltk_image_d(FltkImage image)Gets the image depth (bytes per pixel).
Parameters
image | The image handle |
Returns
Depth (1=mono, 2=gray+alpha, 3=RGB, 4=RGBA), or 0 if invalid
int fltk_image_d(FltkImage image)Gets the image depth (bytes per pixel).
image | The image handle |