We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Import it like this:
import ( "github.com/dimkauzh/webzen/src/webzen/draw" )
draw.FillBackground(color [4]int) draw.DrawText(text string, size, x, y int) draw.DrawRect(width, height, x, y float64, color [4]int) draw.SetPixel(x, y float64, color [4]int)