
- Forum
- Programming Talk
- C and C++
- Query on Function
Query on Function
This is a discussion on Query on Function within the C and C++ forums, part of the Programming Talk category; I recently saw a function called as floodfill() in a C programming book.BUt I could not get the description and ...
-
Query on Function
I recently saw a function called as floodfill() in a C programming book.BUt I could not get the description and usage of this function in the book. Can someone tell me about this.
-
floodfill() is used to fill the area defined with the target color defined in this function. You can use this to fill a region or area with colors.
Try and let me know if you could succeed in using this function for multicoloring!!

Reply With Quote





