Method TestSystemColors
TestSystemColors(Func<KnownSystemColor, int>, Func<KnownSystemColor, int>)
Tests different methods of getting Argb of the system color.
public static void TestSystemColors(Func<KnownSystemColor, int> method1, Func<KnownSystemColor, int> method2)
Parameters
method1
Func<KnownSystemColor, int>method2
Func<KnownSystemColor, int>