1
Fork 0
mirror of https://github.com/RGBCube/color.v synced 2025-07-30 17:37:45 +00:00
Commit graph

97 commits

Author SHA1 Message Date
RGBCube
dd59120f1c Reformat 2022-11-20 21:12:42 +03:00
RGBCube
b89712d2da Make the lib not make the compiler error out the ass 2022-11-20 21:12:22 +03:00
RGBCube
3f3b453fd4 Fix Brush 2022-11-20 21:11:52 +03:00
RGBCube
d411886407 Remove redundant pub 2022-11-20 20:59:09 +03:00
RGBCube
bd8db0703f Redo Brush 2022-11-20 20:56:33 +03:00
RGBCube
21d038b604 Remove redundant pub 2022-11-20 20:30:59 +03:00
RGBCube
08c4e83c3a Rename BasicStyle to StyleImpl 2022-11-20 20:26:53 +03:00
RGBCube
96f77d055c Merge color files 2022-11-20 20:24:00 +03:00
RGBCube
4d734f91c0 Rename Renderable to Style 2022-11-20 20:19:26 +03:00
RGBCube
3345868729 Use inline ifs 2022-11-20 20:09:55 +03:00
RGBCube
dceda93727 Use interfaces 2022-11-20 19:58:32 +03:00
Pringlers
cfe0f2a2c3
Use u8 instead of i32(int) for TrueColor
This will save memory
2022-11-20 14:01:32 +03:00
RGBCube
5895b61733 Fix diff 2022-11-19 20:22:03 +03:00
RGBCube
de5dc6dc3a Add fixes for debug info 2022-11-19 20:19:23 +03:00
RGBCube
b70e1bf34a Add format workflow & break some formatting 2022-11-19 19:34:10 +03:00
RGBCube
2be7e9c5ba Reformat 2022-11-19 19:09:50 +03:00
RGBCube
a4e8e2b623 Remove comments from gitignore 2022-11-19 19:08:39 +03:00
RGBCube
7454142d74 Remove color from gitignore as vscode sucks 2022-11-19 19:06:46 +03:00
RGBCube
90ef8ab5c6 Remove redundant pub 2022-11-19 19:06:22 +03:00
RGBCube
634607531c Delete builder error files 2022-11-19 19:06:02 +03:00
RGBCube
87e89ced3f Merge const blocks 2022-11-19 18:42:04 +03:00
RGBCube
3812a606dd rename PaintBrush to Brush 2022-11-19 18:34:31 +03:00
RGBCube
4f435b8f54 Remove redundant pub: 2022-11-19 18:32:07 +03:00
RGBCube
e1df7f56e1 add a disabled parameter 2022-11-18 21:39:31 +03:00
RGBCube
e147a4de42 Make not printing color actually work 2022-11-18 21:39:14 +03:00
RGBCube
712324f893 Make a factory method for PaintBrush (validate styles) 2022-11-18 21:30:28 +03:00
RGBCube
cae034cfb3 Remove redundancy 2022-11-18 21:13:33 +03:00
RGBCube
99349cb85d Rearrange functions 2022-11-18 20:56:36 +03:00
RGBCube
eacaab240b Add the useless functions back again 2022-11-18 20:55:51 +03:00
RGBCube
28d4c44d50 Update example 2022-11-18 20:51:38 +03:00
RGBCube
94ce7067a2 Add a bg examples 2022-11-18 20:48:58 +03:00
RGBCube
150c1f65f7 Update misc files and bump version 2022-11-18 20:46:49 +03:00
RGBCube
ed70f4a236 Remove redundant methods and adjust spacing 2022-11-18 20:44:16 +03:00
RGBCube
06d6948a2d Fix method call 2022-11-18 20:38:48 +03:00
RGBCube
52b16209c7 Add util methods to Style 2022-11-18 20:38:37 +03:00
RGBCube
6e5132e353 Cast BasicColor to Color 2022-11-18 20:38:20 +03:00
RGBCube
cb67c8f81e make Color public 2022-11-18 20:34:51 +03:00
RGBCube
91a01bdcbd Add utility methods and refactor stuff 2022-11-18 20:34:24 +03:00
RGBCube
a4617fa1e2 Rename .apply to .color 2022-11-18 20:13:36 +03:00
RGBCube
7a2ae90fb3 Turns out it is implemented (and reformat) 2022-11-18 20:08:11 +03:00
RGBCube
8d0b07ecec Uncomment some styles as the PR got merged 2022-11-18 20:06:52 +03:00
RGBCube
30893f1c78 Make it work (except the builder error) 2022-11-18 20:01:39 +03:00
RGBCube
b5cf7edd09 Use upcomping features 2022-11-18 19:56:40 +03:00
RGBCube
00ee837156 Change description 2022-11-18 19:47:19 +03:00
RGBCube
304a1d558a Add error samples 2022-11-18 19:45:34 +03:00
RGBCube
992c9da2e9 Initial commit 2022-11-18 19:41:26 +03:00
RGBCube
0cb83fd1a3
Initial commit 2022-11-18 19:25:27 +03:00