| Value | Meaning |
|---|---|
| UndefinedMethod | |
| PointMethod | Replace pixel color at point. |
| ReplaceMethod | Replace color for all image pixels matching color at point. |
| FloodfillMethod | Replace color for pixels surrounding point until encountering pixel that fails to match color at point. |
| FillToBorderMethod | Replace color for pixels surrounding point until encountering pixels matching border color. |
| ResetMethod | Replace colors for all pixels in image with fill color. |
Specify how pixel colors are to be replaced in the image.