v/vlib/gx
Makhnev Petr c8c70de87d
docs: unify format of notes (#17294)
2023-02-13 10:29:02 +02:00
..
README.md docs: unify format of notes (#17294) 2023-02-13 10:29:02 +02:00
color.v gx: add missing documentation or update existing ones for public functions (#17094) 2023-01-24 02:02:07 +02:00
color_test.v gx: implement C1.over(C2), add gx.cyan and gx.magenta, fix + and - ops, add more tests 2022-01-29 21:40:09 +02:00
image.v gx: add missing documentation or update existing ones for public functions (#17094) 2023-01-24 02:02:07 +02:00
text.c.v gg,sokol,stbi,gx,fontstash: cleanup for -Wimpure-v 2021-08-12 22:42:42 +03:00
text.js.v js,gg: more work on porting gg to JS backend (#12903) 2021-12-20 16:18:21 +03:00
text.v gx: add missing documentation or update existing ones for public functions (#17094) 2023-01-24 02:02:07 +02:00

README.md

Description:

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

Note gx is going to be merged with gg soon.