Class SixelSupportResult | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

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

IsSupported

Whether the terminal supports sixel graphic format. Defaults to false.

MaxPaletteColors

The maximum number of colors that can be included in a sixel image. Defaults to 256.

Resolution

The number of pixels of sixel that corresponds to each Col (Width) and each Row (Height. Defaults to 10x20.

SupportsTransparency

Whether the terminal supports transparent background sixels. Defaults to false