Searched refs:LABToColor (Results 1 – 25 of 52) sorted by relevance
123
| /core/core/src/androidTest/java/androidx/core/graphics/ |
| D | ColorUtilsTest.java | 305 final int result = ColorUtils.LABToColor(lab[0], lab[1], lab[2]); in verifyLABToColor()
|
| /core/core/src/main/java/androidx/core/graphics/ |
| D | ColorUtils.java | 581 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() method in ColorUtils
|
| /core/core/api/ |
| D | 1.1.0-rc01.txt | 974 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | 1.1.0-beta02.txt | 974 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | 1.1.0-beta01.txt | 974 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | 1.2.0-beta01.txt | 1054 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | 1.3.0-beta01.txt | 1065 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | 1.2.0-beta02.txt | 1054 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | restricted_1.0.0.txt | 1083 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | 1.5.0-beta02.txt | 1223 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | 1.5.0-beta03.txt | 1223 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | restricted_1.1.0-beta01.txt | 1156 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | restricted_1.1.0-rc01.txt | 1156 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | 1.5.0-beta01.txt | 1223 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | 1.6.0-beta03.txt | 1227 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | 1.6.0-beta01.txt | 1227 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | 1.6.0-beta02.txt | 1227 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | restricted_1.3.0-beta01.txt | 1252 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | restricted_1.2.0-beta01.txt | 1241 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | 1.8.0-beta02.txt | 1311 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | restricted_1.2.0-beta02.txt | 1241 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | 1.7.0-beta03.txt | 1261 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | 1.7.0-beta01.txt | 1261 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | 1.7.0-beta02.txt | 1261 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
| D | 1.10.0-beta01.txt | 1412 …method @ColorInt public static int LABToColor(@FloatRange(from=0.0f, to=100) double, @FloatRange(f…
|
123