|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--picturedream.implementation.PictureUtils
Title: PictureDream
Description: some utilities used with IPicture
Copyright: Copyright (c) 2003 MRoc
Organisation: MRoc Audiosolutions
| Constructor Summary | |
PictureUtils()
|
|
| Method Summary | |
static char[][] |
divideChannels(int[] data)
divides the given 32bit buffer into 4 separate channels, alpha, red, green, blue (argb) |
static int[] |
mergeChannels(char[][] channels)
merges the given 4 separate channels as argb into the 32bit picture buffer. alpha, red, green, blue (argb) |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public PictureUtils()
| Method Detail |
public static char[][] divideChannels(int[] data)
public static int[] mergeChannels(char[][] channels)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||