Table of Contents

Method GetSixels

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

GetSixels()

Gets the queue of sixel images to write out to screen when updating. If the terminal does not support Sixel, adding to this queue has no effect.

public static ConcurrentQueue<SixelToRender> GetSixels()

Returns

ConcurrentQueue<SixelToRender>