Border

border - bo - bo_<width>_<color>

Value
Type
Description

color

string, hex

Value can be;

  • 3-8 Digit RGB or RGBA Hex (without #)

  • A named color

Eg. bo_3_orange, bo_3px_FFF, bo_7_C40087

width

integer

Value can be;

  • An integer value to set the width of the border.

The "px" suffix is not necessary. It will work with/without it.

Adds a border to the image.

Last updated