Helper function for krigingInterpolation on RGB(A) data. Light in RGB data is logarithmically weighted, so we need to expand each component by n^2 to get the correct weight for each component.
Point to interpolate
Reference data points
Kriging model
Variance
Diffuse
Helper function for krigingInterpolation on RGB(A) data. Light in RGB data is logarithmically weighted, so we need to expand each component by n^2 to get the correct weight for each component.