BackgroundColor
const rgb_color BackgroundColor() const;
return data->BackgroundColor() == color;
return fStyleData->BackgroundColor();
rgb_color BackgroundColor() const;
inline rgb_color BackgroundColor() const
rgb_back = attr.BackgroundColor(fTextBuffer->Palette());
rgb_back = highlight->Highlighter()->BackgroundColor();
SetHighColor(highlight->Highlighter()->BackgroundColor());
rgb_back = attr.BackgroundColor(fTextBuffer->Palette());
? highlight->Highlighter()->BackgroundColor()
rgb_back = attr.BackgroundColor(fTextBuffer->Palette());
virtual rgb_color BackgroundColor();
virtual rgb_color BackgroundColor() = 0;
virtual rgb_color BackgroundColor();
BackgroundColor(const rgb_color* indexedColors) const
SetLowColor(GetPaletteEntry(BackgroundColor(attr)));
SetLowColor(GetPaletteEntry(BackgroundColor(attr)));
uint8 BackgroundColor(uint8 attr);