Giter Site home page Giter Site logo

jcolorpicker's Introduction

J Color Picker

Build Status Travis-CI

Regardless if you're a web developer or a programmer in the general sense, this nifty little app will help you get all the color code details you need

Color palettes can sometimes be more than just their visual representation, especially in the world of programming. Take for instance Web design – an impressive range of corresponding codes are used to represent each color variation and working with the different classifications can sometimes be hectic. J Color Picker aims at providing a tool for easily identifying colors, save them as custom palettes and viewing their corresponding programming codes.

Minimalist and elegant interface that carries an accessible layout

The program features a stylish interface, which encapsulates all the required elements for working with color palettes.

For those who are familiar with a classic “Photoshop approach” that involves a color dropper/picker tool, the program offers a handy alternative. All you need to do is simply hold and drag the crosshair to the preferred sampling area.

Pick your color, save it as custom preset, and browse the extensive range of color codes

Having selected a color by either using the color picker or the pre-defined colors, users can save it for later use. Furthermore, even the existing colors can also be edited and stored. Having the ability to use both numerical fields and sliders as input methods for the RGB and HSL values is a really nice touch.

A wide range of codes is available, from the classic RGB, up to Hexadecimal, HSL or HSLA. A very handy option offers auto-copy to the clipboard, making things easier when working with multiple apps.

Useful utilitary that can help users save a lot of time when working with color palettes and seeking color codes

J Color Picker is a valuable tool for those who work with color palettes and need an efficient way of identifying and viewing color codes. Simple enough yet capable, it offers a sampling tool as well as a decent range of pre-defined colors.

Tags

#Color Picker #Color Palette #CSS #Color Code #Palette Dropper #Color HEX

Features

  • Extensive range of color code formats:HEX, RGB, RGBA, HSB/HSV, HSL, and User Defined (Custom).
  • List of palettes
  • CSS-compatible color codes.
  • User-defined hotkeys.
  • High-DPI awareness.
  • Multi-display support.
  • No installation required. Just Color Picker is a portable application and can be run directly from a USB stick.
  • Copying the color code to the clipboard with one mouse click or automatically.
  • Optional stay-on-top behavior.

Resources

Ui Map

alt text

In App Guide

alt text alt text alt text

Custom Color Code

Replace Map:

@R = red
@G = green
@B = blue
@A = alpha
@H = hue
@S = saturation
@L = lightness
@DA=alpha (0.x)

Example for color red:

rgb(@R, @G, @B); will output rgb(255, 0, 0);
rgba(@R, @G, @B, @A); will output rgba(255, 0, 0, 1);
hsla(@R, @G, @B, @DA); will output hsla(255, 0, 0, 1.0);

License

Payum is released under the MIT License.

jcolorpicker's People

Contributors

x5qubits avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.