Searched refs:toLinear (Results 1 – 4 of 4) sorted by relevance
161 constexpr float3 toLinear(const float3& v) const noexcept { in toLinear() function180 return mRGBtoXYZ * toLinear(rgb); in rgbToXYZ()288 float3 linear = mSource.toLinear(apply(v, mSource.getClamper())); in transform()
2919 public float[] toLinear(float r, float g, float b) { in toLinear() method in ColorSpace.Rgb2920 return toLinear(new float[] { r, g, b }); in toLinear()2942 public float[] toLinear(@NonNull @Size(min = 3) float[] v) { in toLinear() method in ColorSpace.Rgb
12953 method public float[] toLinear(float, float, float);12954 method public float[] toLinear(float[]);
13733 method public float[] toLinear(float, float, float);13734 method public float[] toLinear(float[]);