Image.raise

Creates a simulated three-dimensional button-like effect by lightening and darkening the edges of the image.

class Image
void
raise
(
size_t width
,
size_t height
,
bool raised = true
)

Parameters

width size_t

The width of the raised edge in pixels.

height size_t

The height of the raised edge in pixels.

raised bool

If true, the image is raised, otherwise lowered.

Meta