Skip to content
On this page

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

KeyValueComment
Interpolate0linearly interpolate the closest samples
NearestNeighbor1use the closest available pixel value without interpolation
NoFill2Do not fill remaining pixels