mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 10:40:00 +08:00
Added some true colors in the benchmark (#717)
This commit is contained in:
parent
4debd4f3de
commit
cebe49dd23
@ -59,6 +59,9 @@ static void BenchmarkStyle(benchmark::State& state) {
|
||||
text("Test") | strikethrough,
|
||||
text("Test") | color(Color::Red),
|
||||
text("Test") | bgcolor(Color::Red),
|
||||
text("Test") | color(Color::RGB(42, 87, 124)),
|
||||
text("Test") | bgcolor(Color::RGB(42, 87, 124)),
|
||||
text("Test") | color(Color::RGB(42, 87, 124)) | bgcolor(Color::RGB(172, 94, 212)),
|
||||
text("Test") | blink,
|
||||
text("Test") | automerge,
|
||||
}));
|
||||
|
Loading…
Reference in New Issue
Block a user