enum EAtlasFillMode
The fill mode determines what to do with the pixels that remain unfilled after both the casting and dilation has been performed.
Values
| Key | Value | Comment |
|---|---|---|
| Interpolate | 0 | linearly interpolate the closest samples |
| NearestNeighbor | 1 | use the closest available pixel value without interpolation |
| NoFill | 2 | Do not fill remaining pixels |
| InterpolateRGBZeroAlpha | 3 | linearly interpolate the closest samples for the R, G & B channels, and set A to 0. Note that this mode is identical to 'Interpolate' for non-RGBA output images. |
| NearestNeighborRGBZeroAlpha | 4 | use the closest available pixel value without interpolation for the R, G & B channels, and set A to 0. Note that this mode is identical to 'NearestNeighbor' for non-RGBA output images. |
| Key | Value | Comment |
|---|---|---|
| Interpolate | 0 | linearly interpolate the closest samples |
| NearestNeighbor | 1 | use the closest available pixel value without interpolation |
| NoFill | 2 | Do not fill remaining pixels |
| InterpolateRGBZeroAlpha | 3 | linearly interpolate the closest samples for the R, G & B channels, and set A to 0. Note that this mode is identical to 'Interpolate' for non-RGBA output images. |
| NearestNeighborRGBZeroAlpha | 4 | use the closest available pixel value without interpolation for the R, G & B channels, and set A to 0. Note that this mode is identical to 'NearestNeighbor' for non-RGBA output images. |
| Key | Value | Comment |
|---|---|---|
| EAtlasFillMode_Interpolate | 0 | linearly interpolate the closest samples |
| EAtlasFillMode_NearestNeighbor | 1 | use the closest available pixel value without interpolation |
| EAtlasFillMode_NoFill | 2 | Do not fill remaining pixels |
| EAtlasFillMode_InterpolateRGBZeroAlpha | 3 | linearly interpolate the closest samples for the R, G & B channels, and set A to 0. Note that this mode is identical to 'Interpolate' for non-RGBA output images. |
| EAtlasFillMode_NearestNeighborRGBZeroAlpha | 4 | use the closest available pixel value without interpolation for the R, G & B channels, and set A to 0. Note that this mode is identical to 'NearestNeighbor' for non-RGBA output images. |
