glow_parts

This enum is used to determine which parts of the glow around the shape should get rendered.

tl

Draw top-left corner.


tr

Draw top-right corner.


bl

Draw bottom-left corner.


br

Draw bottom-right corner.


t

Draw top line.


l

Draw left line.


r

Draw right line.


b

Draw bottom line.


all_left

Draw all the left side shapes. This includes both left corners and the line.


all_right

Draw all the right side shapes. This includes both right corners and the line.


all_top

Draw all the top side shapes. This includes both top corners and the line.


all_bottom

Draw all the bottom side shapes. This includes both bottom corners and the line.


all

Draw the entire glow around the shape.


no_bottom

Draw glow except for the bottom line.


no_top

Draw glow except for the top line.


no_right

Draw glow except for the right line.


no_left

Draw glow except for the left line.

Last updated