TextureConvertBackgroundStyle Enum
Definition
Section titled “Definition”The style applied when Background is set.
public enum TextureConvertBackgroundStyleFields
Section titled “Fields”Simply resizes the image and maps the cell to the pixel without any other color conversion.
Pixel = 0Smooth
Section titled “Smooth”Calculates the cell color based on the surrounding colors of the image.
Smooth = 1