Table of Contents

Property UseSixel

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

UseSixel

Gets whether to prefer raster rendering when the terminal supports it. Default is true.

[Obsolete("Use UseRasterGraphics instead. UseSixel will be removed in a future version.")]
public bool UseSixel { get; set; }

Property Value

bool

Remarks

This obsolete compatibility property delegates to UseRasterGraphics. When true, Kitty graphics is preferred and Sixel is used as the fallback. When false, cell-based rendering is always used.