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

Function RoundedBoxColor

utils.go:874–877  ·  view source on GitHub ↗
(renderer *sdl.Renderer, x1 int32, y1 int32, x2 int32, y2 int32, rad int32, color Color)

Source from the content-addressed store, hash-verified

872}
873
874func RoundedBoxColor(renderer *sdl.Renderer, x1 int32, y1 int32, x2 int32, y2 int32, rad int32, color Color) {
875 // gfx.RoundedBoxColor(globals.Renderer, int32(rect.X), int32(rect.Y), int32(rect.X+rect.W), int32(rect.Y+rect.H), 4, highlightColor)
876 // log.Println("Unimplemented RoundedBoxColor()")
877}
878
879// DrawLabel draws a small paper-like label of the specified text at the X and Y position specified.
880func DrawLabel(pos Vector, size float32, text string, menuColor Color) {

Callers 1

DrawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected