Enum TextureConvertBackgroundStyle
The style applied when Background is set.
Namespace: SadConsole
Assembly: SadConsole.dll
Syntax
public enum TextureConvertBackgroundStyle
Fields
Name | Description |
---|---|
Pixel | Simply resizes the image and maps the cell to the pixel without any other color conversion. |
Smooth | Calculates the cell color based on the surrounding colors of the image. |