SetGoImage sets given Go image as a drawing source to given image index, and layer, used in subsequent Draw methods. A standard Go image is rendered upright on a standard surface. Set flipY to true to flip.
(idx, layer int, img image.Image, flipY bool)
| 53 | // A standard Go image is rendered upright on a standard surface. |
| 54 | // Set flipY to true to flip. |
| 55 | SetGoImage(idx, layer int, img image.Image, flipY bool) |
| 56 | |
| 57 | // ConfigImageDefaultFormat configures the draw image at the given index |
| 58 | // to fit the default image format specified by the given width, height, |
no outgoing calls
no test coverage detected