MCPcopy Create free account
hub / github.com/andlabs/ui / toLibui

Method toLibui

tablemodel.go:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func (c TableColor) toLibui() *C.uiTableValue {
59 return C.uiNewTableValueColor(C.double(c.R), C.double(c.G), C.double(c.B), C.double(c.A))
60}
61
62func tableValueFromLibui(value *C.uiTableValue) TableValue {
63 if value == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected