terminal/src/til/ut_til
Dustin L. Howett (MSFT) bf48ce5b51
add til::color, a universal-converting color type (#4108)
til::color will help us move away from COLORREF internally. It supports
conversion to/from COLORREF, and from all types of structs containing
members named R, G, B and A (or r, g, b, and a).

## Validation Steps Performed
Tests; run through profile/colorScheme deserialization with `til::color`
instead of `uint32_t` or `COLORREF`.
2020-03-10 00:17:24 +00:00
..
ColorTests.cpp add til::color, a universal-converting color type (#4108) 2020-03-10 00:17:24 +00:00
DefaultResource.rc Introduce til::some (#4123) 2020-01-09 09:07:52 -08:00
product.pbxproj Introduce til::some (#4123) 2020-01-09 09:07:52 -08:00
SomeTests.cpp Introduce til::some (#4123) 2020-01-09 09:07:52 -08:00
sources add til::color, a universal-converting color type (#4108) 2020-03-10 00:17:24 +00:00
til.unit.tests.vcxproj add til::color, a universal-converting color type (#4108) 2020-03-10 00:17:24 +00:00
u8u16convertTests.cpp ensure u8u16 handles lead & continuation bytes in separate txns (#4798) 2020-03-04 11:15:35 -08:00