Skip to content

TextureConvertMode Enum

The conversion mode from ITexture to ICellSurface.

C#
public enum TextureConvertMode

Fills the background of each cell with the pixel color.

C#
Background = 0

Fills the foreground of each cell with the pixel color.

C#
Foreground = 1