fltk_tiled_image_new

fnFltkTiledImage 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

imageSource image to tile
wWidth of tiled area (0 = use source width)
hHeight of tiled area (0 = use source height)

Returns

New tiled image handle, or null on failure