All Projects → Cheesebaron → Cheesebaron.ColorPickers

Cheesebaron / Cheesebaron.ColorPickers

Licence: other
Sample library with ports of different Color Picker implementations.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Cheesebaron.ColorPickers

RandomKolor
🎨 A tiny (Kotlin) library for generating attractive colors
Stars: ✭ 46 (+228.57%)
Mutual labels:  color-picker
react-native-image-color-picker
Image color picker based on image source provided and return image different color palettes or average color palette
Stars: ✭ 25 (+78.57%)
Mutual labels:  color-picker
MvvmCross-Extensions
Some of the utilities I'm developing and using in my MvvmCross projects
Stars: ✭ 21 (+50%)
Mutual labels:  xamarin-android
Dot-Net-Ecosystem
Welcome to the GitHub repository of the .NET Ecosystem. This repository contains the examples for the Pluralsight course: The .NET Ecosystem: The Big Picture. You can download a copy and follow along in the course.
Stars: ✭ 34 (+142.86%)
Mutual labels:  xamarin-android
MaterialChipView
Material Chip View can be used as tags for categories, contacts or creating text clouds. Port of
Stars: ✭ 13 (-7.14%)
Mutual labels:  xamarin-android
AMapBind
高德地图Xamarin.Android绑定库
Stars: ✭ 19 (+35.71%)
Mutual labels:  xamarin-android
FilePicker
FilePicker for Xamarin.Forms
Stars: ✭ 14 (+0%)
Mutual labels:  xamarin-android
SwiftColorWheel
Delightful color picker wheel for iOS in Swift.
Stars: ✭ 37 (+164.29%)
Mutual labels:  color-picker
PeriodicBackgroundService
Simple implementation of periodic background service with Xamarin.
Stars: ✭ 37 (+164.29%)
Mutual labels:  xamarin-android
meazure
Screen magnification, measurement, capture and color sampling for Windows.
Stars: ✭ 55 (+292.86%)
Mutual labels:  color-picker
HackerNews
A .NET MAUI app for displaying the top posts on Hacker News that demonstrates text sentiment analysis gathered using artificial intelligence
Stars: ✭ 184 (+1214.29%)
Mutual labels:  xamarin-android
Colorpicker
Simple, maintained and highly customizable colorpicker library for Android.
Stars: ✭ 31 (+121.43%)
Mutual labels:  color-picker
UltraFaceDotNet
C# version of Ultra-Light-Fast-Generic-Face-Detector-1MB for Windows, MacOS, Linux, iOS and Android
Stars: ✭ 56 (+300%)
Mutual labels:  xamarin-android
andColorPicker
Color picker library for Android
Stars: ✭ 233 (+1564.29%)
Mutual labels:  color-picker
EntryCustomReturnPlugin
Xamarin.Forms Plugin to customize the Xamarin.Forms.Entry Keyboard Return Button
Stars: ✭ 81 (+478.57%)
Mutual labels:  xamarin-android
TextMood
A Xamarin + IoT + Azure sample that detects the sentiment of incoming text messages, performs sentiment analysis on the text, and changes the color of a Philips Hue lightbulb
Stars: ✭ 52 (+271.43%)
Mutual labels:  xamarin-android
Xamarin.Android.Huawei.Hms.Demo
Using Huawei Mobile Services in Xamarin
Stars: ✭ 25 (+78.57%)
Mutual labels:  xamarin-android
Xamarin.InAppPurchasing
Sample project for secure in-app purchases with Xamarin for iOS and Google Play
Stars: ✭ 26 (+85.71%)
Mutual labels:  xamarin-android
ColorPicker
A HSV style Color Picker Dialog library for Android (with Alpha setting)
Stars: ✭ 16 (+14.29%)
Mutual labels:  color-picker
react-native-color-panel
React Native Color Panel Component for iOS and Android 🏳️‍🌈
Stars: ✭ 21 (+50%)
Mutual labels:  color-picker

ColorPickers!

This library is a port of two different Color Picker implementations.

Color Picker by attenzione, android-ColorPickerPreference and the color picker from the Android SDK samples found in samples\android-(yourApiLevel)\ApiDemos\src\com\example\android\apis\graphics\ColorPickerDialog.java

Installing

You can grab the latest version from NuGet:

Install-Package Cheesebaron.ColorPickers

The package is also mirrored here on GitHub https://github.com/Cheesebaron/Cheesebaron.ColorPickers/packages

Usage

See the Sample for usage.

You can either use the predefined dialogs or you can use the color picker views as is.

Screenshots

Simple circle color picker from Android SDK:

Simple circle color picker from Android SDK

Advanced color picker without alpha control:

Adv. without alpha

Advanced color picker with alpha control:

Adv. with alpha

License

The license is Apache 2.0

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].