abstract class
Sheen::TerminalColor
- Sheen::TerminalColor
- Reference
- Object
Overview
A color that resolves to a concrete SGR color through a renderer's profile
Direct Known Subclasses
- Sheen::AdaptiveColor
- Sheen::ANSIColor
- Sheen::Color
- Sheen::CompleteAdaptiveColor
- Sheen::CompleteColor
- Sheen::NoColor
Defined in:
sheen/color.crInstance Method Summary
-
#resolve(renderer : Renderer) : Foundation::SGRColor | Nil
Resolves to the SGR color for renderer's profile, or nil for no color
Instance Method Detail
Resolves to the SGR color for renderer's profile, or nil for no color