Table of Contents

Method GetSixels

Namespace
Terminal.Gui.Drivers
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.

ConcurrentQueue<SixelToRender> GetSixels()

Returns

ConcurrentQueue<SixelToRender>