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
,,,,,
COLOR color
)
if (
isView!V &&
is(COLOR == ViewColor!V)
)

Meta