Project

General

Profile

Revision 286

many changes. added transparency to rectangles

View differences:

rectangle.h
10 10
void (rectangle_set_pos)          (rectangle_t *p,  int16_t x,  int16_t y);
11 11
void (rectangle_set_size)         (rectangle_t *p, uint16_t w, uint16_t h);
12 12
void (rectangle_set_fill_color)   (rectangle_t *p, uint32_t color);
13
void (rectangle_set_fill_trans)   (rectangle_t *p, uint8_t  alpha);
13 14
void (rectangle_set_outline_color)(rectangle_t *p, uint32_t color);
14 15
void (rectangle_set_outline_width)(rectangle_t *p,  int16_t width);
15 16

  

Also available in: Unified diff