GhosttyTerminalRenderCellMetadata class final

Cell-level metadata derived from the raw Ghostty cell snapshot.

Annotations

Constructors

GhosttyTerminalRenderCellMetadata({required int codepoint, required GhosttyCellContentTag contentTag, required int styleId, required int? colorPaletteIndex, required Color? colorRgb, required GhosttyCellWide wide, required bool hasBackgroundColor, Color? backgroundColor})
const

Properties

backgroundColor Color?
The resolved background color for this cell, if one exists.
final
codepoint int
The raw codepoint stored in this cell.
final
colorPaletteIndex int?
The palette index for this cell's explicit background color, if any.
final
colorRgb Color?
The RGB color payload for this cell's explicit background, if any.
final
contentTag GhosttyCellContentTag
The raw cell content tag reported by Ghostty.
final
hasBackgroundColor bool
Whether this cell carries an explicit background color payload.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styleId int
The Ghostty style identifier associated with this cell.
final
wide GhosttyCellWide
The wide-cell state for this cell.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited