Searched refs:XYZToColor (Results 1 – 25 of 54) sorted by relevance
123
| /core/core/src/main/java/androidx/core/content/res/ |
| D | CamUtils.java | 102 return ColorUtils.XYZToColor(xT * CamUtils.WHITE_POINT_D65[0], in intFromLStar()
|
| D | CamColor.java | 396 int argb = ColorUtils.XYZToColor(x, y, z); in viewed()
|
| /core/core/src/main/java/androidx/core/graphics/ |
| D | ColorUtils.java | 555 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor() method in ColorUtils 586 return XYZToColor(result[0], result[1], result[2]); in LABToColor()
|
| /core/core/src/androidTest/java/androidx/core/graphics/ |
| D | ColorUtilsTest.java | 300 final int result = ColorUtils.XYZToColor(xyz[0], xyz[1], xyz[2]); in verifyXYZToColor()
|
| /core/core/api/ |
| D | 1.1.0-rc01.txt | 979 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
|
| D | 1.1.0-beta02.txt | 979 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
|
| D | 1.1.0-beta01.txt | 979 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
|
| D | 1.2.0-beta01.txt | 1059 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
|
| D | 1.3.0-beta01.txt | 1070 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
|
| D | 1.2.0-beta02.txt | 1059 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
|
| D | restricted_1.0.0.txt | 1088 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
|
| D | 1.5.0-beta02.txt | 1228 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
|
| D | 1.5.0-beta03.txt | 1228 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
|
| D | restricted_1.1.0-beta01.txt | 1161 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
|
| D | restricted_1.1.0-rc01.txt | 1161 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
|
| D | 1.5.0-beta01.txt | 1228 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
|
| D | 1.6.0-beta03.txt | 1232 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
|
| D | 1.6.0-beta01.txt | 1232 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
|
| D | 1.6.0-beta02.txt | 1232 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
|
| D | restricted_1.3.0-beta01.txt | 1257 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
|
| D | restricted_1.2.0-beta01.txt | 1246 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
|
| D | 1.8.0-beta02.txt | 1316 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=95.047) double, @FloatRang…
|
| D | restricted_1.2.0-beta02.txt | 1246 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
|
| D | 1.7.0-beta03.txt | 1266 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=95.047) double, @FloatRang…
|
| D | 1.7.0-beta01.txt | 1266 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=95.047) double, @FloatRang…
|
123