|
JIU 0.14.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface YCbCrIndex
This interface simply provides three integer constants as index values for the three channels of an YCbCr image: gray, blue chrominance and red chrominance. 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.
RGBIndex
Field Summary | |
---|---|
static int |
INDEX_CB
Index value for the blue chrominance component. |
static int |
INDEX_CR
Index value for the red chrominance component. |
static int |
INDEX_Y
Index value for the luminance (gray) component. |
Field Detail |
---|
static final int INDEX_Y
static final int INDEX_CB
static final int INDEX_CR
|
JIU 0.14.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |