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