AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 DeepSeek-Reasonix
COREWEBVIEW2_COLOR.go
根目录
/
desktop
/
third_party
/
go-webview2
/
pkg
/
edge
/
COREWEBVIEW2_COLOR.go
1
//go:build windows
2
3
package edge
4
5
type COREWEBVIEW2_COLOR struct {
6
A uint8
7
R uint8
8
G uint8
9
B uint8
10
}
11
11 lines
GO