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