FastLED 3.9.15
Loading...
Searching...
No Matches

◆ matvec3()

void fl::colorimetric_detail::matvec3 ( const float M[3][3],
const float v[3],
float out[3] )
inline

Definition at line 96 of file rgbw_colorimetric.h.

96 {
97 out[0] = M[0][0] * v[0] + M[0][1] * v[1] + M[0][2] * v[2];
98 out[1] = M[1][0] * v[0] + M[1][1] * v[1] + M[1][2] * v[2];
99 out[2] = M[2][0] * v[0] + M[2][1] * v[1] + M[2][2] * v[2];
100}

References FL_NOEXCEPT.

Referenced by build_source_matrix().

+ Here is the caller graph for this function: