Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PixelWriter ¶
type PixelWriter struct {
// contains filtered or unexported fields
}
func NewPixelWriter ¶
func NewPixelWriter(width, height int) *PixelWriter
func (*PixelWriter) Set ¶
func (p *PixelWriter) Set(x, y int, r, g, b, a byte)
func (*PixelWriter) ToImage ¶
func (p *PixelWriter) ToImage() *ebiten.Image
Click to show internal directories.
Click to hide internal directories.