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