|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.graphics.image.RasterOperations
The RasterOperations class provides some basic functionalities
used when working with Rasters
| Method Summary | |
static int |
blend(int[] rgbs,
int sx,
int sy)
Calculates the blend value for the four pixel stored within the array given by rgbs. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static int blend(int[] rgbs,
int sx,
int sy)
rgbs.
rgbs - the array with the four pixels to calculate the blend value
forsx - the scale factor in x directionsy - the scale factor in y direction
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||