FloodFillType Fields |
The FloodFillType type exposes the following members.
| Name | Description | |
|---|---|---|
| Default |
The default type
| |
| FixedRange |
If set the difference between the current pixel and seed pixel is considered,
otherwise difference between neighbor pixels is considered (the range is floating).
| |
| MaskOnly |
If set, the function does not fill the image (new_val is ignored),
but the fills mask (that must be non-NULL in this case).
| |
| value__ |