(int index)
| 1931 | |
| 1932 | |
| 1933 | @Override |
| 1934 | public int getTint(int index) { |
| 1935 | if (family != GROUP && image != null) { |
| 1936 | return PGL.nativeToJavaARGB(inGeo.colors[index]); |
| 1937 | } else { |
| 1938 | return 0; |
| 1939 | } |
| 1940 | } |
| 1941 | |
| 1942 | |
| 1943 | @Override |
nothing calls this directly
no test coverage detected