Documentation ¶
Index ¶
- type Canvas
- func (c Canvas) At(x, y int) (color.RGBA, bool)
- func (c Canvas) Draw(canvasPosition [2]int, cursorPosition [2]int, pixelSize int)
- func (c *Canvas) Fill(x, y int, color color.RGBA) error
- func (c *Canvas) SetPixel(x, y int, color color.RGBA)
- func (c Canvas) Size() [2]int
- func (c Canvas) ToImage() image.Image
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.