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 |
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 |
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 |