Changeset 6749 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2014-01-21T13:38:07+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Utils.java
r6742 r6749 257 257 258 258 /** 259 * convert back 259 * convert integer range 0..255 to float range 0 <= x <= 1 260 * when dealing with colors and color alpha value 260 261 */ 261 262 public static Float color_int2float(Integer val) {
Note:
See TracChangeset
for help on using the changeset viewer.