All Projects → Toinane → Colorpicker

Toinane / Colorpicker

Licence: gpl-3.0
A mininal but complete colorpicker desktop app

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Colorpicker

React Colorpickr
A themeable colorpicker with HSL and RGB support for React
Stars: ✭ 180 (-76.5%)
Mutual labels:  rgb, color, color-picker, colorpicker
global-color-picker
start the script and click anywhere to get rgb value at the cursor location
Stars: ✭ 31 (-95.95%)
Mutual labels:  color, color-picker, rgb, colorpicker
vscode-color
Helper with GUI to generate color codes such as CSS color notations.
Stars: ✭ 88 (-88.51%)
Mutual labels:  hex, color-picker, rgb, 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 (+390.73%)
Mutual labels:  color, picker, color-picker, colorpicker
Colorpicker
jQuery UI widget for color picking (similar to the one in Microsoft Office 2010).
Stars: ✭ 271 (-64.62%)
Mutual labels:  color, picker, color-picker, colorpicker
React Colorful
🎨 A tiny (2,5 KB) color picker component for React and Preact apps
Stars: ✭ 951 (+24.15%)
Mutual labels:  hex, color, picker, color-picker
Culori
A comprehensive color library for JavaScript.
Stars: ✭ 271 (-64.62%)
Mutual labels:  hex, rgb, color
react-color
🎨 Is a tiny color picker widget component for React apps.
Stars: ✭ 50 (-93.47%)
Mutual labels:  hex, color, color-picker
Farge
🎈Tell the name of hex color
Stars: ✭ 23 (-97%)
Mutual labels:  hex, color, rgb
ColorPickView
🐾一个自定义的颜色选择view
Stars: ✭ 19 (-97.52%)
Mutual labels:  color, color-picker, colorpicker
colorsys
🎨 Minimalistic color converter for RGB, HSV, HSL, CMYK, HEX and CSS strings
Stars: ✭ 53 (-93.08%)
Mutual labels:  hex, color, rgb
Pixel Picker
A tiny menu bar application that helps you pick colours from your screen! 🔍✨
Stars: ✭ 318 (-58.49%)
Mutual labels:  color, picker, color-picker
ColorHelper
No description or website provided.
Stars: ✭ 34 (-95.56%)
Mutual labels:  hex, color, rgb
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 (-96.48%)
Mutual labels:  color, color-picker, picker
przm
🎨 A simple, yet feature rich color picker and manipulator
Stars: ✭ 19 (-97.52%)
Mutual labels:  color, color-picker, rgb
react-native-color-panel
React Native Color Panel Component for iOS and Android 🏳️‍🌈
Stars: ✭ 21 (-97.26%)
Mutual labels:  color, color-picker, picker
hex-to-css-filter
Easy way to generate colors from HEX to CSS Filters
Stars: ✭ 20 (-97.39%)
Mutual labels:  hex, color, rgb
colorsys.rs
Lib for modifying colors and converting to other spaces
Stars: ✭ 28 (-96.34%)
Mutual labels:  hex, color, rgb
andColorPicker
Color picker library for Android
Stars: ✭ 233 (-69.58%)
Mutual labels:  color-picker, rgb, colorpicker
khroma
A collection of functions for manipulating CSS colors, inspired by SASS.
Stars: ✭ 28 (-96.34%)
Mutual labels:  hex, color, rgb

ColorPicker icon

Colorpicker

A mininal but complete colorpicker desktop app

colorpicker-app

Survey for the next update of Colorpicker! Please take time to complete it! English survey - French survey

Want to help to translate this app? go on Crowdin! Your help is welcome :)

Colorpicker is a desktop tool with Electron to get and save colors code quickly for OSX, Windows and Linux!

ColorPicker App

Colorpicker's menu come with a lot of cool features :

  • Pin: pin Colorpicker to the foreground;
  • Picker: open an eyedropper who can pick a color from your desktop;
  • Colorsbook: open Colorsbook, a color manager;
  • Shading: show three bar of shading — hue bar, natural bar and lightness bar;
  • Opacity: toggle Opacity range;
  • Clean Vue: unshow menu, ranges and inputs;
  • Magic color: show colors from the clipboard;
  • Random: show a random color;
  • Settings: open the preferences panel.

Pin

Pin screenshot

With Pin, you can bring Colorpicker to the foreground. This makes it convenient to work quickly with different applications at the same time.


Picker

Picker screenshot

The Picker allows you to quickly retrieve a color anywhere on the screen. Whether it's on your browser, Photoshop, or whatever.


Colorsbook

Colorsbook screenshot

Colorsbook is a full-fledged application. It allows you to store your colors, categorize them, and easily retrieve them. It is destined to mature over time. Cool tip: you can save color from colorpicker with CMD+S or CTRL+S!


Shading

Tint screenshot

With the shades, you can find the perfect color you need. You have a chromatic bar, a natural color bar and a shadow bar.


Opacity [WIP]

Opacity gif

This feature is a bit special. It allows you to render the application transparent. This can be useful to see the appearance of a transparent color.


Focus Mode

Focus screenshot

Need to compare a color or clean up the interface? This feature is for you, this will hide the sliders and make the menu more transparent.


Magic Color [WIP]

This functionality is still under development. Currently, it allows you to display the first color that is in your clipboard. This works with hexadecimal and RGB codes


Random

A traditional feature, it allows you to display a color randomly.


Settings

Settings screenshot

The settings menu allows you to customize your Colorpicker, I let you discover it yourself :)!

Download

Want to support me?

You can buy me a coffee here! Thank you!

Happy Design !

Developers

Changelog

See changelog here.

How to compile

  • Install dependencies:
yarn
  • To build C/C++ modules to the correct Electron version, use:
yarn rebuild
  • To build a new version:
# You can build nightly & release only for your current OS.
# i.e. you can't build a OSX version if you use a Windows

# build a nightly version
yarn nightly

# build a release version
yarn 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].