.cosmetics

This commit is contained in:
Mirek Fidler 2024-11-28 09:42:19 +01:00
parent e119842308
commit 4cf2115179

View file

@ -46,7 +46,7 @@ MyApp::MyApp()
list1.AddColumn("Ignoring skin change");
list1.NoCursor();
list1.Add(AttrText("Blend(Red, Yellow)").NormalInk(Blend(SRed(), SYellow())).Bold());
list1.Add(AttrText("LtBlue").NormalInk(SBlue().Resolved()).Bold()); // Resolved converts SBlue to normal color, just as does Blend, for testing
list1.Add(AttrText("SBlue").NormalInk(SBlue().Resolved()).Bold()); // Resolved converts SBlue to normal color, just as does Blend, for testing
list1.Add(AttrText("Blend(Red, LtBlue)").NormalInk(Blend(SRed(), SLtBlue())).Bold());
list2.AddColumn("Using AColor");