7871b9d521 | ||
---|---|---|
.. | ||
MvvmCross.Plugins.Color | ||
MvvmCross.Plugins.Color.Droid | ||
MvvmCross.Plugins.Color.Test | ||
MvvmCross.Plugins.Color.WindowsCommon | ||
MvvmCross.Plugins.Color.WindowsPhone | ||
MvvmCross.Plugins.Color.WindowsStore | ||
MvvmCross.Plugins.Color.Wpf | ||
MvvmCross.Plugins.Color.iOS | ||
Readme.md |
Readme.md
Color
The Color
plugin provides native implementations for conversion from the cross-platform MvxColor
to platform-specific Color
implementations.
public interface IMvxNativeColor
{
object ToNative(MvxColor mvxColor);
}
This plugin is available on all platforms.
This plugin also provides a number of useful Color-outputting ValueConverters - see Mvx Color Value Conversion for information on these. If you wish to create your own Color ValueConverters, then this plugin provides the base classes MvxColorValueConverter
and MvxColorValueConverter<T>
.
The Android version of this plugin also registers some Binding Targets for use with Color
BackgroundColor
for any AndroidView
TextColor
for any AndroidTextView