Skip to content

SixelBackgroundMode

Namespace: Hex1b.Sixel

Assembly: Hex1b.dll

Whether unpainted Sixel pixels resolve to the captured background color or remain transparent.

csharp
public enum SixelBackgroundMode

Fields

Opaque

Unpainted pixels resolve to the captured background color.

Returns: SixelBackgroundMode

csharp
Opaque = 0

Transparent

Unpainted pixels remain transparent.

Returns: SixelBackgroundMode

csharp
Transparent = 1

Released under the MIT License.