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. |
Beta Was this translation helpful? Give feedback.
0 replies
-
FYI @karkarl |
Beta Was this translation helpful? Give feedback.
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
Beta Was this translation helpful? Give feedback.
All reactions