Documentation ¶
Overview ¶
Package paint provides functions to edit a group of pixels on an image.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FloodFill ¶
FloodFill fills a area of the image with a provided color and returns the new image. Parameter sp is the starting point of the fill. Parameter c is the fill color. Parameter t is the tolerance and is of the range 0 to 255. It represents the max amount of difference between colors for them to be considered similar.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.