Table of Contents

Method TestSystemColors

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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>