border

Add a solid-color border around an image. The parameters indicate the border's thickness around each side (left, top, right, bottom in order).

border
(
V
COLOR
)
(
auto ref V src
,
int x0
,
int y0
,
int x1
,
int y1
,
COLOR color
)
if (
isView!V &&
is(COLOR == ViewColor!V)
)

Meta