1
Fork 0
mirror of https://github.com/RGBCube/color.v synced 2025-08-01 10:27:45 +00:00
This commit is contained in:
RGBCube 2022-12-16 21:41:26 +03:00
parent 8f6d2a7784
commit 6aa8a3fc47
2 changed files with 25 additions and 25 deletions

View file

@ -56,7 +56,7 @@ fn (c TrueColor) render_bg(str string) string {
} }
struct BasicColor { struct BasicColor {
pub: pub:
render fn (string) string render fn (string) string
render_bg fn (string) string render_bg fn (string) string
} }