fltk_tiled_image_new
fn
FltkTiledImage fltk_tiled_image_new(FltkImage image, int w, int h)Creates a new tiled image from a source image.
A tiled image repeats the source image to fill an area of the specified width and height.
Parameters
image | Source image to tile |
w | Width of tiled area (0 = use source width) |
h | Height of tiled area (0 = use source height) |
Returns
New tiled image handle, or null on failure