Skip to content

Commit 2148fa0

Browse files
committed
Fixed wasdk Color reference
1 parent fc90ad0 commit 2148fa0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

components/ColorAnalyzer/samples/ContrastHelper/ContrastOptionsPane.xaml.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@
55
#if !WINDOWS_UWP
66
using Microsoft.UI.Xaml.Media.Imaging;
77
#elif WINDOWS_UWP
8-
using Windows.UI;
98
using Windows.UI.Xaml.Media.Imaging;
109
#endif
1110

11+
#if WINUI3
12+
using Microsoft.UI;
13+
#endif
14+
15+
using Windows.UI;
16+
1217
namespace ColorAnalyzerExperiment.Samples;
1318

1419
[ToolkitSampleOptionsPane(nameof(TextBlockContrastSample))]

0 commit comments

Comments
 (0)