Improve code / xml formatting, closes #54
This commit is contained in:
@@ -3,10 +3,10 @@ package org.oscim.jeo;
|
||||
import org.jeo.map.RGB;
|
||||
|
||||
public class JeoUtils {
|
||||
public static int color(RGB rgb) {
|
||||
return rgb.getAlpha() << 24
|
||||
| rgb.getRed() << 16
|
||||
| rgb.getGreen() << 8
|
||||
| rgb.getBlue();
|
||||
}
|
||||
public static int color(RGB rgb) {
|
||||
return rgb.getAlpha() << 24
|
||||
| rgb.getRed() << 16
|
||||
| rgb.getGreen() << 8
|
||||
| rgb.getBlue();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user