0.0.2 Updated palette. /JL

This commit is contained in:
2022-12-08 21:55:14 +01:00
parent 23e6f58d56
commit d23451b98d
4 changed files with 423 additions and 365 deletions
+13
View File
@@ -0,0 +1,13 @@
package main
import "github.com/lxn/walk"
type (
BeadColor struct {
Checkbox *walk.CheckBox
backgroundColor walk.Color
Red uint8
Green uint8
Blue uint8
}
)