Searched refs:dstWhitePoint (Results 1 – 3 of 3) sorted by relevance
130 static mat3 adaptation(const mat3& matrix, const float3& srcWhitePoint, const float3& dstWhitePoint… in adaptation() argument132 float3 dstLMS = matrix * dstWhitePoint; in adaptation()
383 static mat3 adaptation(const mat3& matrix, const float3& srcWhitePoint, const float3& dstWhitePoint… in adaptation() argument385 float3 dstLMS = matrix * dstWhitePoint; in adaptation()
1803 @NonNull @Size(3) float[] srcWhitePoint, @NonNull @Size(3) float[] dstWhitePoint) { in chromaticAdaptation() argument1805 float[] dstLMS = mul3x3Float3(matrix, dstWhitePoint); in chromaticAdaptation()1902 @NonNull @Size(min = 2, max = 3) float[] dstWhitePoint) { in chromaticAdaptation()1905 float[] dstXyz = dstWhitePoint.length == 3 ? in chromaticAdaptation()1906 Arrays.copyOf(dstWhitePoint, 3) : xyYToXyz(dstWhitePoint); in chromaticAdaptation()