Searched refs:pinToByte (Results 1 – 1 of 1) sorted by relevance
120 private int pinToByte(int n) { in pinToByte() method in ColorWheel177 return Color.argb(Color.alpha(color), pinToByte(ir), in rotateColor()178 pinToByte(ig), pinToByte(ib)); in rotateColor()