Address feedback - fix swapped color name (UI)

This commit is contained in:
Sekan, Tobias 2020-10-26 19:04:39 +01:00
parent e2dd94332b
commit 25d7df470f

View file

@ -75,7 +75,7 @@
<ComboBoxItem Content="HSI - hsi(100, 50%, 75%)"/>
<ComboBoxItem Content="HSL - hsl(100, 50%, 75%)"/>
<ComboBoxItem Content="HSV - hsv(100, 50%, 75%)"/>
<ComboBoxItem Content="HBW - hbw(100, 50%, 75%)"/>
<ComboBoxItem Content="HWB - hbw(100, 50%, 75%)"/>
<ComboBoxItem Content="NCol - R10, 50%, 75%"/>
<ComboBoxItem Content="RGB - rgb(100, 50, 75)"/>
</ComboBox>