TextureConvertForegroundStyle Enum
Definition
Section titled “Definition”The style applied when Foreground is set.
public enum TextureConvertForegroundStyleFields
Section titled “Fields”Fills the surface with block ascii that represents the brightness of the pixel. Foreground is set to the pixel color.
Block = 0AsciiSymbol
Section titled “AsciiSymbol”Fills the surface with ascii symbols that represents the brightness of the pixel. Foreground is set to the pixel color.
AsciiSymbol = 1