.. include:: headings.inc .. _FloodFillStyle: ========================================================================================================================================== |phoenix_title| **FloodFillStyle** ========================================================================================================================================== The `FloodFillStyle` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``FLOOD_SURFACE`` The flooding occurs until a colour other than the given colour is encountered. ``FLOOD_BORDER`` The area to be flooded is bounded by the given colour. ================================================================================ ================================================================================ |