Class SixelSupportResult
Describes the discovered state of sixel support and ancillary information e.g. Resolution. You can use any SixelSupportDetector to 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