Documentation
¶
Index ¶
- Constants
- Variables
- func AppendQuadVerticesIndices(vertices []ebiten.Vertex, indices []uint16, x, y, w, h, r, g, b, a float32, ...) ([]ebiten.Vertex, []uint16)
- func DrawRect(dst *ebiten.Image, x, y, width, height float32, r, g, b, a float32)
- func DrawRectBorder(dst *ebiten.Image, x, y, width, height, borderWidth, r, g, b, a float32)
Constants ¶
View Source
const (
ImageResolution = 1024
)
Variables ¶
View Source
var (
BrushImage = ebiten.NewImage(1, 1)
)
Functions ¶
func DrawRectBorder ¶
func DrawRectBorder(dst *ebiten.Image, x, y, width, height, borderWidth, r, g, b, a float32)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.