ForegroundColor
return data->ForegroundColor() == color;
return fStyleData->ForegroundColor();
rgb_color ForegroundColor() const;
inline rgb_color ForegroundColor() const
view->SetHighColor(style.ForegroundColor());
rgb_fore = attr.ForegroundColor(fTextBuffer->Palette());
rgb_fore = highlight->Highlighter()->ForegroundColor();
virtual rgb_color ForegroundColor();
virtual rgb_color ForegroundColor() = 0;
virtual rgb_color ForegroundColor();
ForegroundColor(const rgb_color* indexedColors) const
SetHighColor(GetPaletteEntry(ForegroundColor(attr)));
uint8 ForegroundColor(uint8 attr);