MCPcopy 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
646func (color Color) Clone() Color {
647 return NewColor(color.RGBA())
648}
649
650func (color Color) Lerp(other Color, perc float32) Color {
651

Callers 5

ColorMethod · 0.45
getThemeColorFunction · 0.45
NewIconButtonFunction · 0.45
DrawMethod · 0.45
ConstructMenusFunction · 0.45

Calls 2

RGBAMethod · 0.95
NewColorFunction · 0.85

Tested by

no test coverage detected