MCPcopy Create free account
hub / github.com/SolarLune/masterplan / NewColor

Function NewColor

utils.go:477–479  ·  view source on GitHub ↗
(r, g, b, a uint8)

Source from the content-addressed store, hash-verified

475type Color []uint8
476
477func NewColor(r, g, b, a uint8) Color {
478 return Color{r, g, b, a}
479}
480
481// Cribbed from: https://github.com/lucasb-eyer/go-colorful/blob/master/colors.go
482// h is hue

Callers 15

NewCardFunction · 0.85
AddMethod · 0.85
SubMethod · 0.85
MultMethod · 0.85
InvertMethod · 0.85
MixMethod · 0.85
CloneMethod · 0.85
LerpMethod · 0.85
ColorFromHexStringFunction · 0.85
utils.goFile · 0.85
getThemeColorFunction · 0.85
NewColorWheelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected