Skip to content

SixelRasterStatus

Namespace: Hex1b.Sixel

Assembly: Hex1b.dll

Describes whether a rasterization produced pixels or only geometry.

csharp
public enum SixelRasterStatus

Fields

GeometryOnly

Allocation was explicitly refused or the payload carried no rasterable data. Geometry and diagnostics remain available.

Returns: SixelRasterStatus

csharp
GeometryOnly = 1

Rasterized

Pixels are available through .

Returns: SixelRasterStatus

csharp
Rasterized = 0

Remarks

A outcome means the authoritative rasterizer explicitly refused pixel allocation (a bounded resource limit, or a parse outcome that carried no rasterable data), not a bug: the placement is still retained with its declared geometry and explanatory , never silently dropped.

Released under the MIT License.