Color « 2D Graphics GUI « Java
Home
Java
1.
2D Graphics GUI
2.
3D
3.
Advanced Graphics
4.
Ant
5.
Apache Common
6.
Chart
7.
Class
8.
Collections Data Structure
9.
Data Type
10.
Database SQL JDBC
11.
Design Pattern
12.
Development Class
13.
EJB3
14.
Email
15.
Event
16.
File Input Output
17.
Game
18.
Generics
19.
GWT
20.
Hibernate
21.
I18N
22.
J2EE
23.
J2ME
24.
JavaFX
25.
JDK 6
26.
JDK 7
27.
JNDI LDAP
28.
JPA
29.
JSP
30.
JSTL
31.
Language Basics
32.
Network Protocol
33.
PDF RTF
34.
Reflection
35.
Regular Expressions
36.
Scripting
37.
Security
38.
Servlets
39.
Spring
40.
Swing Components
41.
Swing JFC
42.
SWT JFace Eclipse
43.
Threads
44.
Tiny Application
45.
Velocity
46.
Web Services SOA
47.
XML
Java
»
2D Graphics GUI
»
Color
1.
Color class is used to work with colors in Java 2D
2.
Color Utilities: common color operations
3.
Color Difference
4.
Rainbow Color
5.
XOR color
6.
Color Gradient
7.
Common color utilities
8.
Drawing with Color
9.
Color fading animation
10.
140 colors - defined for X Window System listed in O'Reilly html pocket reference 87pp
11.
Color Util
12.
Color Factory
13.
An efficient color quantization algorithm
14.
Utility for checking colors given either hexa or natural language string descriptions.
15.
Derives a color by adding the specified offsets to the base color's hue, saturation, and brightness values
16.
Map colors into names and vice versa.
17.
Converts a given string into a color.
18.
If the color is equal to one of the defined constant colors, that name is returned instead.
19.
Converts the String representation of a color to an actual Color object.
20.
Returns blue-yellow-red color scale
21.
Returns green-yellow-red-black color scale
22.
Returns black-red-yellow-green color scale
23.
Returns color based on 0-9 scale ranging from green to yellow
24.
Returns color based on 0-9 scale ranging from yellow to red
25.
Returns color based on 0-9 scale ranging from black to green
26.
Returns n-dimensional array of colors for given nx3 integer array of RGB values
27.
Web color enum
28.
Utility class for managing resources such as colors, fonts, images, etc.
29.
Make a color transparent
30.
Return a Color object given a string representation of it
31.
Return a string representation of a color
32.
Serializes a color to its HTML markup (e.g. "#ff0000" for red)
33.
Parses a java.awt.Color from an HTML color string in the form '#RRGGBB' where RR, GG, and BB are the red, green, and blue bytes in hexadecimal form
34.
Performs a somewhat subjective analysis of a color to determine how dark it looks to a user
35.
Lightens a color by a given amount
36.
Darkens a color by a given amount
37.
Blend two colors
38.
Utility for working with natively-ordered integer-packed RGBA-format colours.
39.
HSV to RGB
40.
A widget to manipulate an RGBA colour.
java2s.com
|
Contact Us
|
Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.