GalleryBackgroundBrush in ColorTile #1594
Jay (Jay-o-Way)
started this conversation in
Ideas
Replies: 2 comments
|
And would it be good to mention transparency? So that users are aware, if they choose to do a Color Picker to see the value of the rendering. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Currently, the default background color for the Grid with ColorTiles, is
GalleryBackgroundBrush=SolidBackgroundFillColorBaseBrush, but a few theme colors (like disabled text) are partially transparent. This means the background color has an influence on the rendered color of such values. I think it would be better to use a different color. Maybe pure white or black, or just no default color?https://github.com/search?q=repo%3Amicrosoft%2FWinUI-Gallery%20GalleryBackgroundBrush&type=code
All reactions