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
Is your feature request related to a problem? Please describe.
XAML only includes native support for RGB[A] format colors.
It's increasingly common for colors to be specified (outside of XAML) in a format other than as RGB
Describe the solution you'd like
to not have to manually do the conversion and then specify the original as a comment next to it.
Add a markup extensions for hsl, lab, and lch
also, add analyzers for when used
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
XAML only includes native support for RGB[A] format colors.
It's increasingly common for colors to be specified (outside of XAML) in a format other than as RGB
Describe the solution you'd like
to not have to manually do the conversion and then specify the original as a comment next to it.
Add a markup extensions for
hsl
,lab
, andlch
also, add analyzers for when used
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: