Searched refs:colorToRgb (Results 1 – 1 of 1) sorted by relevance
540 private static void colorToRgb(int color, int outOffset, /*out*/byte[] rgbOut) { in colorToRgb() method in DngCreator621 colorToRgb(pixelRow[j], j * BYTES_PER_RGB_PIX, /*out*/finalRow); in convertToRGB()