(String hexColor)
| 175 | } |
| 176 | |
| 177 | public static int getRed(String hexColor) { |
| 178 | return decode(hexColor, Color.black).getRed(); |
| 179 | } |
| 180 | |
| 181 | public static int getGreen(String hexColor) { |
| 182 | return decode(hexColor, Color.black).getGreen(); |
no test coverage detected