|
JIU 0.12.0 Homepage | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides three int
constants as index
values for the three channels of an RGB image: red, green and blue.
The three values are guaranteed to lie in the interval 0 to 2.
Furthermore, all three values are different from each other, so
that the complete interval from 0 to 2 is used.
Field Summary | |
static int |
INDEX_BLUE
The index value for the blue channel. |
static int |
INDEX_GREEN
The index value for the green channel. |
static int |
INDEX_RED
The index value for the red channel. |
Field Detail |
public static final int INDEX_RED
public static final int INDEX_GREEN
public static final int INDEX_BLUE
|
JIU 0.12.0 Homepage | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |