Class SixelSupportResult | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Describes the discovered state of sixel support and ancillary information e.g. Resolution. You can use any SixelSupportDetectorto discover this information.
public class SixelSupportResult
Inheritance
SixelSupportResult
Inherited Members
Properties
Whether the terminal supports sixel graphic format. Defaults to false.
The maximum number of colors that can be included in a sixel image. Defaults to 256.
The number of pixels of sixel that corresponds to each Col (Width) and each Row (Height. Defaults to 10x20.
Whether the terminal supports transparent background sixels. Defaults to false