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

Method Color

card.go:1441–1449  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1439}
1440
1441func (card *Card) Color() Color {
1442
1443 if card.Contents != nil {
1444 return card.Contents.Color()
1445 }
1446
1447 return ColorWhite.Clone()
1448
1449}
1450
1451func (card *Card) DrawContents() {
1452

Callers 3

DrawShadowMethod · 0.95
DrawCardMethod · 0.95
PostDrawMethod · 0.95

Calls 2

ColorMethod · 0.65
CloneMethod · 0.45

Tested by

no test coverage detected