mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-04 13:38:14 +08:00 
			
		
		
		
	Added some true colors in the benchmark (#717)
This commit is contained in:
		@@ -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,
 | 
			
		||||
      }));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user