| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Sixel
Documentation
type ColorNumber = Word8 Source #
type PixelPattern = Word8 Source #
Constructors
| Start Int Int Int | |
| End | |
| Size Int Int Int Int | |
| ColorMapRGB ColorNumber Word8 Word8 Word8 | |
| ColorMapHLS ColorNumber Int Int Int | |
| Color ColorNumber | |
| Sixel PixelPattern | |
| Repeat Int PixelPattern | |
| CR | |
| LF |