VtStyleColor class final
Tagged style color resolved from Ghostty VT state.
Constructors
- VtStyleColor.fromNative(GhosttyStyleColor native)
-
factory
- VtStyleColor.none()
-
const
- VtStyleColor.palette(int index)
-
const
- VtStyleColor.rgb(VtRgbColor value)
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSet → bool
-
no setter
- paletteIndex → int?
-
final
- rgb → VtRgbColor?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag → GhosttyStyleColorTag
-
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