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

Struct DrawGradientStop

draw.go:217–223  ·  view source on GitHub ↗

TODO

Source from the content-addressed store, hash-verified

215
216// TODO
217type DrawGradientStop struct {
218 Pos float64 // between 0 and 1 inclusive
219 R float64
220 G float64
221 B float64
222 A float64
223}
224
225func (b *DrawBrush) toLibui() *C.uiDrawBrush {
226 cb := C.pkguiAllocBrush()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected