Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SolarLune/masterplan
/ Clone
Method
Clone
utils.go:646–648 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
644
}
645
646
func
(color Color) Clone() Color {
647
return
NewColor(color.RGBA())
648
}
649
650
func
(color Color) Lerp(other Color, perc float32) Color {
651
Callers
5
Color
Method · 0.45
getThemeColor
Function · 0.45
NewIconButton
Function · 0.45
Draw
Method · 0.45
ConstructMenus
Function · 0.45
Calls
2
RGBA
Method · 0.95
NewColor
Function · 0.85
Tested by
no test coverage detected