1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

gg: support transparency for rect/triangle/etc primitives too

This commit is contained in:
Delyan Angelov
2020-09-20 12:05:30 +03:00
parent 4ae88c69ac
commit d4fbf422b3
3 changed files with 18 additions and 2 deletions

View File

@ -87,7 +87,7 @@ const (
]
background_color = gx.white
ui_color = gx.red
ui_color = gx.rgba(255,0,0, 210)
)
// TODO: type Tetro [tetro_size]struct{ x, y int }