Searched refs:bitToRGB (Results 1 – 1 of 1) sorted by relevance
570 pixels[pixelIndex++] = bitToRGB((currentByte >> bitIndex-- ) & 0x01); in parseToBnW()579 private static int bitToRGB(int bit){ in bitToRGB() method in IccUtils