Searched refs:dstWhitePoint (Results 1 – 2 of 2) sorted by relevance
384 static mat3 adaptation(const mat3& matrix, const float3& srcWhitePoint, const float3& dstWhitePoint… in adaptation() argument386 float3 dstLMS = matrix * dstWhitePoint; in adaptation()
1773 @NonNull @Size(3) float[] srcWhitePoint, @NonNull @Size(3) float[] dstWhitePoint) { in chromaticAdaptation() argument1775 float[] dstLMS = mul3x3Float3(matrix, dstWhitePoint); in chromaticAdaptation()