返回 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