Searched defs:rgbToXYZ (Results 1 – 4 of 4) sorted by relevance
85 static constexpr std::array<float2, 3> computePrimaries(const mat3& rgbToXYZ) { in computePrimaries()95 static constexpr float2 computeWhitePoint(const mat3& rgbToXYZ) { in computeWhitePoint()102 const mat3& rgbToXYZ, in ColorSpace()118 const mat3& rgbToXYZ, in ColorSpace()134 const mat3& rgbToXYZ, in ColorSpace()402 mat3 rgbToXYZ(src.getRGBtoXYZ()); in ColorSpaceConnector() local
86 static constexpr std::array<float2, 3> computePrimaries(const mat3& rgbToXYZ) { in computePrimaries()96 static constexpr float2 computeWhitePoint(const mat3& rgbToXYZ) { in computeWhitePoint()103 const mat3& rgbToXYZ, in ColorSpace()119 const mat3& rgbToXYZ, in ColorSpace()135 const mat3& rgbToXYZ, in ColorSpace()399 mat3 rgbToXYZ(src.getRGBtoXYZ()); in ColorSpaceConnector() local
179 constexpr float3 rgbToXYZ(const float3& rgb) const noexcept { in rgbToXYZ() function