Skip to content

ianb821/Colorimeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colorimeter

A Colorimeter that gives you RGB values for any point on your screen in either integer or float format. Press CTL-C or CMD-C to copy current values into the clipboard.

Integer

Float

##Instructions To build, navigate to the directory containing the two .java files and compile them using:

javac Colorimeter.java

The program can then be run by typing the command:

java Colorimeter

To create a jar file, that can be used to distribute the program or to create an icon that can be double-clicked to run, type the following command after the first one above:

jar cvfe Colorimeter.jar Colorimeter *.class

##Upcoming Features:

  • Option to click to save current RGB values to clipboard

About

A Java Colorimeter that gives you RGB values for any point on your screen in either integer or float format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages