|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.mtdesktop.tabletop.mouse.ColorChanger
public class ColorChanger
The Class ColorChanger.
Field Summary | |
---|---|
static int |
ALPHA
The Constant ALPHA. |
static int |
BLUE
The Constant BLUE. |
static int |
BRIGHTNESS
The Constant BRIGHTNESS. |
static int |
GREEN
The Constant GREEN. |
static int |
HUE
The Constant HUE. |
static int |
RED
The Constant RED. |
static int |
SATURATION
The Constant SATURATION. |
static int |
TRANSPARENT
The Constant TRANSPARENT. |
Constructor Summary | |
---|---|
ColorChanger()
|
Method Summary | |
---|---|
static java.awt.image.BufferedImage |
changeColor(java.awt.image.BufferedImage image,
java.awt.Color mask,
java.awt.Color replacement)
Change color. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ALPHA
public static final int BLUE
public static final int BRIGHTNESS
public static final int GREEN
public static final int HUE
public static final int RED
public static final int SATURATION
public static final int TRANSPARENT
Constructor Detail |
---|
public ColorChanger()
Method Detail |
---|
public static java.awt.image.BufferedImage changeColor(java.awt.image.BufferedImage image, java.awt.Color mask, java.awt.Color replacement)
image
- the imagemask
- the maskreplacement
- the replacement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |