SixelBackgroundMode
Namespace: Hex1b.Sixel
Assembly: Hex1b.dll
Whether unpainted Sixel pixels resolve to the captured background color or remain transparent.
csharp
public enum SixelBackgroundModeFields
Opaque
Unpainted pixels resolve to the captured background color.
Returns: SixelBackgroundMode
csharp
Opaque = 0Transparent
Unpainted pixels remain transparent.
Returns: SixelBackgroundMode
csharp
Transparent = 1