Home
last modified time | relevance | path

Searched refs:XYZToColor (Results 1 – 25 of 54) sorted by relevance

123

/core/core/src/main/java/androidx/core/content/res/
DCamUtils.java102 return ColorUtils.XYZToColor(xT * CamUtils.WHITE_POINT_D65[0], in intFromLStar()
DCamColor.java396 int argb = ColorUtils.XYZToColor(x, y, z); in viewed()
/core/core/src/main/java/androidx/core/graphics/
DColorUtils.java555 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/
DColorUtilsTest.java300 final int result = ColorUtils.XYZToColor(xyz[0], xyz[1], xyz[2]); in verifyXYZToColor()
/core/core/api/
D1.1.0-rc01.txt979 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
D1.1.0-beta02.txt979 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
D1.1.0-beta01.txt979 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
D1.2.0-beta01.txt1059 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
D1.3.0-beta01.txt1070 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
D1.2.0-beta02.txt1059 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
Drestricted_1.0.0.txt1088 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
D1.5.0-beta02.txt1228 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
D1.5.0-beta03.txt1228 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
Drestricted_1.1.0-beta01.txt1161 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
Drestricted_1.1.0-rc01.txt1161 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
D1.5.0-beta01.txt1228 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
D1.6.0-beta03.txt1232 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
D1.6.0-beta01.txt1232 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
D1.6.0-beta02.txt1232 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
Drestricted_1.3.0-beta01.txt1257 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
Drestricted_1.2.0-beta01.txt1246 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
D1.8.0-beta02.txt1316 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=95.047) double, @FloatRang…
Drestricted_1.2.0-beta02.txt1246 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=androidx.core.graphics.Col…
D1.7.0-beta03.txt1266 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=95.047) double, @FloatRang…
D1.7.0-beta01.txt1266 …method @ColorInt public static int XYZToColor(@FloatRange(from=0.0f, to=95.047) double, @FloatRang…

123