Ignore:
Timestamp:
2014-01-21T13:38:07+01:00 (11 years ago)
Author:
simon04
Message:

fix #9596 - MapCSS style: determine opacity/transparency of a color using alpha()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Utils.java

    r6742 r6749  
    257257
    258258    /**
    259      * convert back
     259     * convert integer range 0..255 to float range 0 <= x <= 1
     260     * when dealing with colors and color alpha value
    260261     */
    261262    public static Float color_int2float(Integer val) {
Note: See TracChangeset for help on using the changeset viewer.