Searched refs:dstLMS (Results 1 – 3 of 3) sorted by relevance
132 float3 dstLMS = matrix * dstWhitePoint; in adaptation() local133 return inverse(matrix) * mat3{dstLMS / srcLMS} * matrix; in adaptation()
389 float3 dstLMS = matrix * dstWhitePoint; in adaptation() local390 return inverse(matrix) * mat3{dstLMS / srcLMS} * matrix; in adaptation()
1805 float[] dstLMS = mul3x3Float3(matrix, dstWhitePoint); in chromaticAdaptation() local1807 float[] LMS = { dstLMS[0] / srcLMS[0], dstLMS[1] / srcLMS[1], dstLMS[2] / srcLMS[2] }; in chromaticAdaptation()