📄️ ColorToDisplayNameConverter Class
Gets the approximated display name for the color.
📄️ ColorToHexConverter Class
Converts a color to a hex string and vice versa.
📄️ DoNothingForNullConverter Class
Converter that will do nothing (not update bound values) when a null value is encountered. This converter enables binding nullable with non-nullable properties in some scenarios.
📄️ ToBrushConverter Class
Converts the given value into an IBrush when a conversion is possible.
📄️ ToColorConverter Class
Converts the given value into a Color when a conversion is possible.