Searched refs:convertChannel (Results 1 – 1 of 1) sorted by relevance
87 static inline int convertChannel (int val, int bits) in convertChannel() function119 return RGBA(convertChannel(col.getRed(), redBits), in convertColor()120 convertChannel(col.getGreen(), greenBits), in convertColor()121 convertChannel(col.getBlue(), blueBits), in convertColor()122 alphaBits ? convertChannel(col.getAlpha(), alphaBits) : 0xff); in convertColor()