Skip to content

TextureConvertBackgroundStyle Enum

The style applied when Background is set.

C#
public enum TextureConvertBackgroundStyle

Simply resizes the image and maps the cell to the pixel without any other color conversion.

C#
Pixel = 0

Calculates the cell color based on the surrounding colors of the image.

C#
Smooth = 1