| void FloodFill(this Texture2D texture, int startX, int startY, Color color)Fills an area of one color with another color before the color changes.| Visibility | Public | | Modifiers | static |
Parameters| this Texture2D texture | Texture | | int startX | Start point X | | int startY | Start point Y | | Color color | Color |
|