All Projects → bladepop → colorpicker

bladepop / colorpicker

Licence: MIT license
pure Angular.JS circle color-picker similar to google keep's color picker

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to colorpicker

global-color-picker
start the script and click anywhere to get rgb value at the cursor location
Stars: ✭ 31 (+34.78%)
Mutual labels:  color-picker, colorpicker
Kallewheel
A custom color wheel extension for Adobe Photoshop
Stars: ✭ 16 (-30.43%)
Mutual labels:  color-picker, colorpicker
Vanilla Colorful
A tiny color picker custom element for modern web apps (2.7 KB) 🎨
Stars: ✭ 467 (+1930.43%)
Mutual labels:  color-picker, colorpicker
Colorpicker
jQuery UI widget for color picking (similar to the one in Microsoft Office 2010).
Stars: ✭ 271 (+1078.26%)
Mutual labels:  color-picker, colorpicker
andColorPicker
Color picker library for Android
Stars: ✭ 233 (+913.04%)
Mutual labels:  color-picker, colorpicker
ColorPicker
Powerful screen ColorPicker/Chooser application for Linux Desktop
Stars: ✭ 55 (+139.13%)
Mutual labels:  color-picker, colorpicker
Colorpicker
A mininal but complete colorpicker desktop app
Stars: ✭ 766 (+3230.43%)
Mutual labels:  color-picker, colorpicker
Pickr
🎨 Flat, simple, multi-themed, responsive and hackable Color-Picker library. No dependencies, no jQuery. Compatible with all CSS Frameworks e.g. Bootstrap, Materialize. Supports alpha channel, rgba, hsla, hsva and more!
Stars: ✭ 3,759 (+16243.48%)
Mutual labels:  color-picker, colorpicker
React Colorpickr
A themeable colorpicker with HSL and RGB support for React
Stars: ✭ 180 (+682.61%)
Mutual labels:  color-picker, colorpicker
Bootstrap Colorpicker
Bootstrap Colorpicker is a modular color picker plugin for Bootstrap.
Stars: ✭ 1,351 (+5773.91%)
Mutual labels:  color-picker, colorpicker
Egorozh.ColorPicker
🎨🎨🎨 Best of the best ColorPicker on WPF and AvaloniaUI
Stars: ✭ 39 (+69.57%)
Mutual labels:  color-picker, colorpicker
pikko
Color picker for iOS made with ❤️
Stars: ✭ 34 (+47.83%)
Mutual labels:  color-picker, colorpicker
Colorpicker
A highly customizable color picker for Android
Stars: ✭ 644 (+2700%)
Mutual labels:  color-picker, colorpicker
Colorpickerview
🎨 Android colorpicker for getting colors from any images by tapping on the desired color.
Stars: ✭ 1,042 (+4430.43%)
Mutual labels:  color-picker, colorpicker
meazure
Screen magnification, measurement, capture and color sampling for Windows.
Stars: ✭ 55 (+139.13%)
Mutual labels:  color-picker, colorpicker
ColorPickView
🐾一个自定义的颜色选择view
Stars: ✭ 19 (-17.39%)
Mutual labels:  color-picker, colorpicker
tcolors
Commandline color picker and palette builder
Stars: ✭ 44 (+91.3%)
Mutual labels:  color-picker
pantone-colors
Hex values of all 2310 Pantone colors
Stars: ✭ 147 (+539.13%)
Mutual labels:  color-picker
svelte-color-picker
A color picker component for svelte
Stars: ✭ 96 (+317.39%)
Mutual labels:  color-picker
FanKit-UWP
This is a cool UWP DeveloperTool that includes Brushes, Styles, Controls, ColorPicker, open source projects made with Win2d
Stars: ✭ 12 (-47.83%)
Mutual labels:  color-picker

Angular-ColorPicker

pure Angular.JS circle color-picker similar to google keep's color picker

Crafted by Daniel Baruch @ https://github.com/bladepop/colorpicker

Angular-ColorPicker is a simple directive made purely in angualr.js It lets the user choose a color from a list of colors you set in a pop-over window.

It is very basic and made for a personal project, if you feel like improving it feel free to form / pull request :)

Usage:

  • include 'colorPicker.js' and 'colorPickerStyle.css' in your page
  • Add 'tb-color-picker' dependency to your angular module
  • use tag in your code
  • Use any valid css color representation :)

Options:

The directive receives 3 parameters

  • color: two way binding for the selected color
  • options: string array with color defintions in it, any valid css color representation works.
  • onColorChanged: a method that will be called when the color changes, method should look like onColorChanged(newColor, oldColor)

Example:

<color-picker color="color" options="options" on-color-changed="colorChanged(newColor, oldColor)"></color-picker>

Enjoy using this directive!

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