Home | History | Annotate | Download | only in params

Lines Matching refs:BLUE

39     /** Blue color channel in a bayer Raw pattern. */
40 public static final int BLUE = 3;
54 * @param blue blue pixel
59 final float blue) {
63 mBlue = checkArgumentFinite(blue, "blue");
94 * Get the blue component.
106 * {@link #BLUE}.</p>
125 case BLUE:
156 destination[offset + BLUE] = mBlue;