ColorPicker is the multi-platform pack of color pickers for Xamarin Forms.
- Android
- iOs
- UWP
ColorWheel
: color circle with alpha slider and luminosity slider.
ColorCircle
: only color circle.
ColorTriangle
HSLSliders
RGBSliders
This library contains several base classes for custom color pickers.
TestApp provides basic examples of how to use color pickers.
Add this package both to Xamarin Forms and platform-specific projects.
Add color picker as any other Xamarin Forms control.
add
ColorPickerEffects.Init();
to AppDelegate.FinishedLaunching
Replace
Xamarin.Forms.Forms.Init(e);
in OnLaunched
of App.xaml.cs
by
var rendererAssemblies = ColorPicker.UWP.ColorPickerEffects.GetRendererAssemblies();
Xamarin.Forms.Forms.Init(e, rendererAssemblies);
SelectedColor
It could be used to read selected color and to set the color to picker.
ConnectedColorPicker
Multiple color pickers could be connected using this property. Bind color pickers one by one in chain.
WheelBackgroundColor
For Color wheel and Color Triangle. Background inside outer ring.
Vertical
Vertical slider.
ShowAlphaSlider
PickerRadiusScale
ShowLuminosityWheel
ShowLuminositySlider