Source position: fpterm.base.pas line 155
type TAttribute = record
public
ForegroundColor: TColor;
BackgroundColor: TColor;
RenditionFlags: TRenditionFlags;
procedure SetForegroundColorRGB();
procedure SetBackgroundColorRGB();
end;