Skip to content

Commit b88bc49

Browse files
committed
Updated doc markdown
1 parent a4d2faa commit b88bc49

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed
Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,19 @@
11
---
2-
title: AccentAnalyzer
2+
title: AccentAnalyzer Helper
33
author: Avid29
4-
description: TODO: Your experiment's description here
4+
description: A tool for extracting colors from an image
55
keywords: Accents, Color, Helpers
66
dev_langs:
77
- csharp
88
category: Helpers
99
subcategory: Miscellaneous
10-
discussion-id: 0
10+
discussion-id: 254
1111
issue-id: 0
1212
icon: assets/icon.png
1313
---
1414

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-
2315
# AccentAnalyzer
2416

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.
3118

3219
> [!Sample AccentAnalyzerSample]

0 commit comments

Comments
 (0)