You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: TODO: Your experiment's description here
4
+
description: A tool for extracting colors from an image
5
5
keywords: Accents, Color, Helpers
6
6
dev_langs:
7
7
- csharp
8
8
category: Helpers
9
9
subcategory: Miscellaneous
10
-
discussion-id: 0
10
+
discussion-id: 254
11
11
issue-id: 0
12
12
icon: assets/icon.png
13
13
---
14
14
15
-
<!-- To know about all the available Markdown syntax, Check out https://docs.microsoft.com/contribute/markdown-reference -->
16
-
<!-- Ensure you remove all comments before submission, to ensure that there are no formatting issues when displaying this page. -->
17
-
<!-- It is recommended to check how the Documentation will look in the sample app, before Merging a PR -->
18
-
<!-- **Note:** All links to other docs.microsoft.com pages should be relative without locale, i.e. for the one above would be /contribute/markdown-reference -->
19
-
<!-- Included images should be optimized for size and not include any Intellectual Property references. -->
20
-
21
-
<!-- Be sure to update the discussion/issue numbers above with your Labs discussion/issue id numbers in order for UI links to them from the sample app to work. -->
22
-
23
15
# AccentAnalyzer
24
16
25
-
TODO: Fill in information about this experiment and how to get started here...
26
-
27
-
## Custom Control
28
-
29
-
You can inherit from an existing component as well, like `Panel`, this example shows a control without a
30
-
XAML Style that will be more light-weight to consume by an app developer:
17
+
The AccentAnalyzer provides a pure XAML way to use the colors extracted from an image as a binding source for any `Color` property.
0 commit comments