1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/gx
2022-11-15 16:53:13 +03:00
..
color_test.v
color.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
image.v builtin, compiler: replace isnil(x) calls with x == unsafe { nil } (a little faster without -prod) (#15759) 2022-09-15 14:59:37 +03:00
README.md
text.c.v
text.js.v
text.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00

Description:

gx is a complementary module to gg, that just provides some predefined graphical color names/operations.

NB: gx is going to be merged with gg soon.