Skip to content

SixelCellMetricsReliability

Namespace: Hex1b.Sixel

Assembly: Hex1b.dll

Describes how much a value can be trusted.

csharp
public enum SixelCellMetricsReliability

Fields

Authoritative

The upstream presentation reported the value for the Sixel protocol grid.

Returns: SixelCellMetricsReliability

csharp
Authoritative = 0

Derived

The value was computed from an authoritative report of different geometry.

Returns: SixelCellMetricsReliability

csharp
Derived = 1

Estimated

The value is a guess and may not match the upstream presentation.

Returns: SixelCellMetricsReliability

csharp
Estimated = 2

Released under the MIT License.