All Projects → taufik-nurrohman → Color Picker

taufik-nurrohman / Color Picker

Licence: other
A simple color picker application written in pure JavaScript, for modern browsers.

Programming Languages

javascript
184084 projects - #8 most used programming language
js
455 projects

Projects that are alternatives of or similar to Color Picker

react-material-color-picker
react-material-color-picker component for selecting colors from google material color palette 📃
Stars: ✭ 19 (-89.44%)
Mutual labels:  color, picker
Colorpicker
jQuery UI widget for color picking (similar to the one in Microsoft Office 2010).
Stars: ✭ 271 (+50.56%)
Mutual labels:  color, picker
SheetyColors
An action sheet styled color picker for iOS.
Stars: ✭ 101 (-43.89%)
Mutual labels:  color, picker
Django Colorfield
color field for django models with a nice color-picker in the admin. 🎨
Stars: ✭ 238 (+32.22%)
Mutual labels:  color, picker
React Colorful
🎨 A tiny (2,5 KB) color picker component for React and Preact apps
Stars: ✭ 951 (+428.33%)
Mutual labels:  color, picker
colr pickr
Colr Pickr, a vanilla JavaScript color picker component built with SVGs, with features like saving colors. Similar design to the chrome-dev-tools color picker.
Stars: ✭ 27 (-85%)
Mutual labels:  color, picker
ColorPick.js
A simple and minimal jQuery color picker plugin for the modern web.
Stars: ✭ 48 (-73.33%)
Mutual labels:  color, picker
react-native-color-panel
React Native Color Panel Component for iOS and Android 🏳️‍🌈
Stars: ✭ 21 (-88.33%)
Mutual labels:  color, picker
Colorpicker
A mininal but complete colorpicker desktop app
Stars: ✭ 766 (+325.56%)
Mutual labels:  color, picker
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 (+1988.33%)
Mutual labels:  color, picker
Efcolorpicker
A lightweight color picker in Swift.
Stars: ✭ 205 (+13.89%)
Mutual labels:  color, picker
Colorpickerwpf
Simple color picker control for WPF
Stars: ✭ 71 (-60.56%)
Mutual labels:  color, picker
a-color-picker
A color picker for web app
Stars: ✭ 97 (-46.11%)
Mutual labels:  color, picker
Pixel Picker
A tiny menu bar application that helps you pick colours from your screen! 🔍✨
Stars: ✭ 318 (+76.67%)
Mutual labels:  color, picker
Swifthuecolorpicker
iOS HUE color picker
Stars: ✭ 44 (-75.56%)
Mutual labels:  color, picker
Material Ui Color Picker
<ColorInput> component for material-ui
Stars: ✭ 74 (-58.89%)
Mutual labels:  color, picker
Things Calendar
Simple but elegant datepicker for the web — inspired by Things for mac
Stars: ✭ 165 (-8.33%)
Mutual labels:  picker
Maven Color
A colorized Maven console
Stars: ✭ 177 (-1.67%)
Mutual labels:  color
Color Scheme
color-scheme,颜色方案,color主题,scheme,webstrom,phpstrom,pytharm,配色方案,编辑器,xfce4主题,护眼,暗色,dark
Stars: ✭ 162 (-10%)
Mutual labels:  color
Palettes
A tool for creating nice, percerptually correct and colorblind-safe color palettes.
Stars: ✭ 155 (-13.89%)
Mutual labels:  color

Color Picker

A simple color picker application written in pure JavaScript, for modern browsers.

Has support for touch events. Touchy… touchy…

Color Picker

Demo and Documentation

Contributors

Code Contributors

This project exists thanks to all the people who contribute.

Contributors

Financial Contributors

Become a financial contributor and help us sustain our community.

Individuals

Contribute

Organizations

Support this project with your organization. Your logo will show up here with a link to your website.


Release Notes

2.1.6

  • Modernize syntax.
  • Make color picker tweaks reusable by wrapping them in a function.

2.1.5

  • Fixed minified code does not yet updated after release.

2.1.4

  • Removed CP._ method.
  • Small bug fixes.

2.1.3

  • Added transition effect example.
  • Removed opacity value rounding internally.
  • Updated to pass the Firefox extension validator (#57)

2.1.2

  • Updated the donation target.

2.1.1

  • Fixed common issue with ES6 module which does not reference the this scope to window object by default.

2.1.0

  • Added ability to clear the hook storage object if it’s empty.
  • Added blur and focus hook that removed state.e option.

2.0.3

  • Added CP.state property to set initial state globally.

2.0.2

  • Renamed state.events to state.e.

2.0.1

  • Removed CP.each() method.
  • Renamed CP.__instance__ to CP.instances.

2.0.0

  • Removed change:sv, change:h, start:sv, start:h, drag:sv, drag:h, stop:sv, stop:h hooks.
  • Hooks function arguments is now contains red, green, blue and alpha color value instead of static hex color string value.
  • Reduced file size by removing all color supports other than hex.

1.4.2

  • Fixed #48
  • Changed to CSS flexbox for layout.

1.4.1

  • Trigger enter and exit hooks on enter and exit method call.
  • Removed the instance parameter in the first function argument of the hook and move the this scope in the function body to the current color picker instance.

1.4.0

  • Renamed target property to source and picker property to self.

1.3.10

  • Automatic color picker size based on container’s font size.

1.3.9

  • Renamed trigger method to fire.

1.3.8

  • Fixed color picker panel position using HTMLElement.prototype.getBoundingClientRect() by @flamestream and @alex3683 #29

1.3.5

  • Allow users to change the plugin name from CP to another.

1.3.2

  • Allow users to override the fit method.

1.3.0

  • Converted all color converters into static function.

1.2.0

  • Added static __instance__ property to collect all of the color picker instance.

1.1.0

  • Fixed Chrome bug with desktop events #9

1.0.3

  • Fixed event.stopPropagation() issue #8

1.0.2

  • Added change hook.

1.0.0

  • Initial release.
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].