All Projects β†’ ItsPriyesh β†’ Chroma

ItsPriyesh / Chroma

Licence: apache-2.0
Material color picker view for Android in Kotlin.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Chroma

Przm
🎨 A simple, yet feature rich color picker and manipulator
Stars: ✭ 17 (-83.5%)
Mutual labels:  color-picker
Colorpickerview
🎨 Android colorpicker for getting colors from any images by tapping on the desired color.
Stars: ✭ 1,042 (+911.65%)
Mutual labels:  color-picker
Colorpickerwpf
Simple color picker control for WPF
Stars: ✭ 71 (-31.07%)
Mutual labels:  color-picker
Colorpick
Stars: ✭ 24 (-76.7%)
Mutual labels:  color-picker
Cl Pkr
Cross-Platform Color Picker Written in Common Lisp
Stars: ✭ 37 (-64.08%)
Mutual labels:  color-picker
Colorpicker
🍭color picker for android
Stars: ✭ 1,054 (+923.3%)
Mutual labels:  color-picker
Kallewheel
A custom color wheel extension for Adobe Photoshop
Stars: ✭ 16 (-84.47%)
Mutual labels:  color-picker
Simpledialogfragments
A collection of easy to use and extendable DialogFragment's for Android
Stars: ✭ 94 (-8.74%)
Mutual labels:  color-picker
Mesh maker vr
Mesh Maker VR
Stars: ✭ 47 (-54.37%)
Mutual labels:  color-picker
Mkcolorpicker
ColorPicker is a fantastic color picker 🎨 written in Swift. Developers can use our color picker as is or they can customize it with all the available features
Stars: ✭ 59 (-42.72%)
Mutual labels:  color-picker
Jquery Minicolors
jQuery MiniColors Plugin
Stars: ✭ 948 (+820.39%)
Mutual labels:  color-picker
Leonardo
Generate colors based on a desired contrast ratio
Stars: ✭ 973 (+844.66%)
Mutual labels:  color-picker
Swatch.vim
work with hex color codes and make your own vim colorschemes easily and quickly
Stars: ✭ 57 (-44.66%)
Mutual labels:  color-picker
Vertical Slide Color Picker
🦁 Vertical slide color picker for Android
Stars: ✭ 18 (-82.52%)
Mutual labels:  color-picker
Hsl color picker
HSL Color Picker for Sketch (no longer maintenance).
Stars: ✭ 88 (-14.56%)
Mutual labels:  color-picker
Small Color Picker
jQuery color picker and button styles
Stars: ✭ 16 (-84.47%)
Mutual labels:  color-picker
Hsluv Dart
Dart port of HSLuv, a human-friendly alternative to HSL based on human experiments.
Stars: ✭ 49 (-52.43%)
Mutual labels:  color-picker
Bootstrap Colorpicker
Bootstrap Colorpicker is a modular color picker plugin for Bootstrap.
Stars: ✭ 1,351 (+1211.65%)
Mutual labels:  color-picker
Colors App
🎨 A PWA for copying values from popular color palettes. Supports HEX, RGB, and HSL formats.
Stars: ✭ 90 (-12.62%)
Mutual labels:  color-picker
Swiftuicolourwheel
A colour wheel made all in SwiftUI
Stars: ✭ 58 (-43.69%)
Mutual labels:  color-picker

chroma

Download Android Arsenal

A simple, lightweight color picker for Android written in Kotlin (interoperable with Java).

Download

Add the following dependency to your projects build.gradle:

compile 'me.priyesh:chroma:1.0.2'

Usage

To display a color picker DialogFragment:

new ChromaDialog.Builder()
    .initialColor(Color.GREEN)
    .colorMode(ColorMode.RGB) // There's also ARGB and HSV
    .onColorSelected(color -> /* do your stuff */)
    .create()
    .show(getSupportFragmentManager(), "ChromaDialog");

Check out the sample project for more details.

License

Copyright 2016 Priyesh Patel

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].