All Projects → nielssp → colorgrab

nielssp / colorgrab

Licence: MIT license
A cross-platform color picker

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to colorgrab

Colorpicker
jQuery UI widget for color picking (similar to the one in Microsoft Office 2010).
Stars: ✭ 271 (+238.75%)
Mutual labels:  palette, colors, colorpicker
Nord
An arctic, north-bluish color palette.
Stars: ✭ 4,816 (+5920%)
Mutual labels:  palette, colors
Image Palette
Generate a WCAG compliant color theme from any image
Stars: ✭ 331 (+313.75%)
Mutual labels:  palette, colors
Color Names
Large list of handpicked color names 🌈
Stars: ✭ 1,198 (+1397.5%)
Mutual labels:  palette, colors
Colorwaver
🎨 An app to detect color palettes in the real world - powered by VisionCamera
Stars: ✭ 365 (+356.25%)
Mutual labels:  palette, colors
emerald
emerald - simple color palette tool
Stars: ✭ 23 (-71.25%)
Mutual labels:  palette, colors
Color.js
Extract colors from an image (0.75 KB) 🎨
Stars: ✭ 42 (-47.5%)
Mutual labels:  palette, colors
Wxwidgets
wxWidgets is a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.
Stars: ✭ 3,994 (+4892.5%)
Mutual labels:  gtk, wxwidgets
Color Thief Java
Grabs the dominant color or a representative color palette from an image. A very fast Java port of Lokesh Dhakar's JavaScript version.
Stars: ✭ 178 (+122.5%)
Mutual labels:  palette, colors
Webgradients
A curated collection of splendid gradients made in CSS3, .sketch and .PSD formats.
Stars: ✭ 2,197 (+2646.25%)
Mutual labels:  palette, colors
tailwind-css-palette-generator
10-color Palette Generator and API for Tailwind CSS
Stars: ✭ 206 (+157.5%)
Mutual labels:  palette, colors
codemirror-colorpicker
colorpicker with codemirror
Stars: ✭ 113 (+41.25%)
Mutual labels:  palette, colorpicker
pantone-colors
Hex values of all 2310 Pantone colors
Stars: ✭ 147 (+83.75%)
Mutual labels:  palette, colors
colors
🎨 An elegant and minimalistic color palette for UI design.
Stars: ✭ 19 (-76.25%)
Mutual labels:  palette, colors
anypalette.js
🎨 Read/write all color palette file formats ❤🧡💛💚💙💜
Stars: ✭ 41 (-48.75%)
Mutual labels:  palette, colors
Iroiro
Beautiful Colors Lookup in CLI
Stars: ✭ 470 (+487.5%)
Mutual labels:  palette, colors
global-color-picker
start the script and click anywhere to get rgb value at the cursor location
Stars: ✭ 31 (-61.25%)
Mutual labels:  colors, colorpicker
Sorted Colors
A tool to sort the named CSS colors in a way that it shows related colors together
Stars: ✭ 167 (+108.75%)
Mutual labels:  colors, colorpicker
Material Palette Generator
🎨 Get perfect Material Design color palettes from any hex color.
Stars: ✭ 114 (+42.5%)
Mutual labels:  palette, colors
Colora
Color converter, screen color picker and color palettes for Windows
Stars: ✭ 32 (-60%)
Mutual labels:  colors, colorpicker

ColorGrab

A cross-platform color picker.

ColorGrab on Windows 8. ColorGrab palette tool. ColorGrab HSV/HSL selector.

License

Copyright (C) 2015 Niels Sonnich Poulsen (http://nielssp.dk)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Features

  • Pick colors from screen.
  • Magnify screen.
  • Convert between color models and representations.
  • Palette tool.

Install

Linux

An Arch Linux package is available on the AUR.

To compile ColorGrab on Linux, make sure that you have wxgtk 3.0 or newer, as well as cmake and a C++ compiler. Then run:

git clone https://github.com/Acolarh/colorgrab
cd colorgrab
cmake .
make

Windows

A Windows-installer (as well as a standalone executable) is available under releases.

To compile ColorGrab on Windows you can use MinGW. If you use MinGW you will have to manually add GDI+ headers (see this blog post) before compiling wxWidgets.

More information about compiling wxWidgets on Windows is available on the wxWidgets wiki.

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