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

Method RGB

utils.go:543–545  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

541}
542
543func (color Color) RGB() (uint8, uint8, uint8) {
544 return color[0], color[1], color[2]
545}
546
547func (color Color) Add(value uint8) Color {
548

Callers 15

DrawMethod · 0.95
UpdateTextureMethod · 0.95
RecreateMethod · 0.80
DrawMethod · 0.80
DrawJointMethod · 0.80
DrawShadowMethod · 0.80
DrawCardMethod · 0.80
QuickRenderTextMethod · 0.80
CreateGridTextureMethod · 0.80
DrawGridMethod · 0.80
DrawLabelFunction · 0.80
DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected