Table of Contents

Namespace Artemis.UI.Shared.Converters

Classes

BytesToStringConverter

Converts bytes to a string

ColorGradientToGradientStopsConverter

Converts ColorGradient into a Avalonia.Media.GradientStops.

ColorToSKColorConverter

Converts Avalonia.Media.Color into SKColor.

EnumToBooleanConverter

Converts an enum into a boolean.

ParentWidthPercentageConverter

Converts the width in percentage to a real number based on the width of the given parent

SKColorToBrushConverter

Converts SKColor into Avalonia.Media.SolidColorBrush.

SKColorToColorConverter

Converts SKColor into Avalonia.Media.Color.

SKColorToStringConverter

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

ToStringConverter

Converts any object to string by calling its ToString implementation, seems Avalonia doesn't do this

TypeToStringConverter

Converts Type into string.

WidthNormalizedConverter

Converts the width in percentage to a real number based on the width of the given parent