All Projects → vpapenko → ColorPicker

vpapenko / ColorPicker

Licence: MIT license
Color pickers for Xamarin Forms.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to ColorPicker

Ffimageloading
Image loading, caching & transforming library for Xamarin and Windows
Stars: ✭ 1,288 (+3289.47%)
Mutual labels:  xamarin, uwp, xamarin-forms
Plugin.audiorecorder
Audio Recorder plugin for Xamarin and Windows
Stars: ✭ 140 (+268.42%)
Mutual labels:  xamarin, uwp, xamarin-forms
Reactivemvvm
Cross-platform ReactiveUI sample app built for a talk at MSK .NET conf.
Stars: ✭ 94 (+147.37%)
Mutual labels:  xamarin, uwp, xamarin-forms
Xamarin.plugins
Cross-platform Native API Access from Shared Code!
Stars: ✭ 1,176 (+2994.74%)
Mutual labels:  xamarin, uwp, xamarin-forms
Caliburn.micro
A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
Stars: ✭ 2,404 (+6226.32%)
Mutual labels:  xamarin, uwp, xamarin-forms
Faceoff
An iOS, Android and UWP app created in Xamarin.Forms that uses Microsoft's Cognitive Emotion API Services to compare facial expressions
Stars: ✭ 79 (+107.89%)
Mutual labels:  xamarin, uwp, xamarin-forms
Arcgis Toolkit Dotnet
Toolkit for ArcGIS Runtime SDK for .NET
Stars: ✭ 125 (+228.95%)
Mutual labels:  xamarin, uwp, xamarin-forms
Reactiveui
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
Stars: ✭ 6,709 (+17555.26%)
Mutual labels:  xamarin, uwp, xamarin-forms
Microsoft.maui.graphics
Stars: ✭ 160 (+321.05%)
Mutual labels:  xamarin, uwp, xamarin-forms
Xamarines
🕹️📱Cross-Platform Nintendo Emulator using Xamarin and .Net Standard!
Stars: ✭ 153 (+302.63%)
Mutual labels:  xamarin, uwp, xamarin-forms
Mvvmlight
The main purpose of the toolkit is to accelerate the creation and development of MVVM applications in Xamarin.Android, Xamarin.iOS, Xamarin.Forms, Windows 10 UWP, Windows Presentation Foundation (WPF), Silverlight, Windows Phone.
Stars: ✭ 973 (+2460.53%)
Mutual labels:  xamarin, uwp, xamarin-forms
Connectivityplugin
Connectivity Plugin for Xamarin and Windows
Stars: ✭ 253 (+565.79%)
Mutual labels:  xamarin, uwp, xamarin-forms
Rg.plugins.popup
Xamarin Forms popup plugin
Stars: ✭ 964 (+2436.84%)
Mutual labels:  xamarin, uwp, xamarin-forms
Xalami
A delicious way to kickstart your Xamarin Forms project
Stars: ✭ 18 (-52.63%)
Mutual labels:  xamarin, uwp, xamarin-forms
Csla
A home for your business logic in any .NET application.
Stars: ✭ 865 (+2176.32%)
Mutual labels:  xamarin, uwp, xamarin-forms
Htmllabelplugin
Use this Xamarin.Forms plugin to display HTML content into a label.
Stars: ✭ 119 (+213.16%)
Mutual labels:  xamarin, uwp, xamarin-forms
Xamarin.forms.googlemaps
Map library for Xamarin.Forms using Google maps API
Stars: ✭ 483 (+1171.05%)
Mutual labels:  xamarin, uwp, xamarin-forms
Smarthotel360 Mobile
SmartHotel360 Mobile
Stars: ✭ 535 (+1307.89%)
Mutual labels:  xamarin, uwp, xamarin-forms
Simpleauth
The Simplest way to Authenticate and make Rest API calls in .Net
Stars: ✭ 148 (+289.47%)
Mutual labels:  xamarin, uwp, xamarin-forms
Xamarin Demos
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
Stars: ✭ 218 (+473.68%)
Mutual labels:  xamarin, uwp, xamarin-forms

NuGet

CodeFactor

ColorPicker

ColorPicker is the multi-platform pack of color pickers for Xamarin Forms.

Supported platforms

  • Android
  • iOs
  • UWP

Clor pickers

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

TestApp provides basic examples of how to use color pickers.

How to use

Add this package both to Xamarin Forms and platform-specific projects.

Add color picker as any other Xamarin Forms control.

iOS project

add

ColorPickerEffects.Init();

to AppDelegate.FinishedLaunching

UWP project

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);

Useful properties

Common properties

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

Color wheel

ShowLuminosityWheel

ShowLuminositySlider

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].