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