X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Futils%2Fresources%2FBundleHelper.java;fp=src%2Fbe%2Fnikiroo%2Futils%2Fresources%2FBundleHelper.java;h=39c00c5c6079e5791a62ae73b2c38535d0ffb371;hb=9e834013f84e8797acf26f5418ae3448044ad097;hp=94066d8685572a6027a88d88f19a0d31a8175b31;hpb=10b6023d2b40921bfc55abf414a988ca19e5e142;p=fanfix.git diff --git a/src/be/nikiroo/utils/resources/BundleHelper.java b/src/be/nikiroo/utils/resources/BundleHelper.java index 94066d8..39c00c5 100644 --- a/src/be/nikiroo/utils/resources/BundleHelper.java +++ b/src/be/nikiroo/utils/resources/BundleHelper.java @@ -227,7 +227,7 @@ class BundleHelper { * the ARGB colour value * @return the raw {@link String} value that correspond to it */ - static public String fromColour(int color) { + static public String fromColor(int color) { int a = (color >> 24) & 0xFF; int r = (color >> 16) & 0xFF; int g = (color >> 8) & 0xFF;