Searched refs:convertChannel (Results 1 – 1 of 1) sorted by relevance
73 static inline int convertChannel (int val, int bits) in convertChannel() function93 return RGBA(convertChannel(col.getRed(), redBits), in convertColor()94 convertChannel(col.getGreen(), greenBits), in convertColor()95 convertChannel(col.getBlue(), blueBits), in convertColor()96 alphaBits ? convertChannel(col.getAlpha(), alphaBits) : 0xff); in convertColor()