|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.render.BlendedColorRange
public class BlendedColorRange
Blends a foreground and background together, storing the range of blends in an array for easy access.
| Field Summary | |
|---|---|
int |
bgBlue
|
int |
bgGreen
|
int |
bgRed
|
int |
bgRGB
|
int[] |
colorBlends
|
int |
fgAlpha
|
int |
fgBlue
|
int |
fgGreen
|
int |
fgRed
|
int |
fgRGB
|
| Constructor Summary | |
|---|---|
BlendedColorRange(int bgRGB,
int fgRGB)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int fgRGB
public int fgRed
public int fgGreen
public int fgBlue
public int fgAlpha
public int bgRGB
public int bgRed
public int bgGreen
public int bgBlue
public int[] colorBlends
| Constructor Detail |
|---|
public BlendedColorRange(int bgRGB,
int fgRGB)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||