Searched refs:Rx (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/translators/wonderbrush/support/
H A Dlab_convert.cpp50 /*const float Rx = 3.240479;
61 const float Rx = 3.24071; variable
73 const float RX = Rx * 255;
142 /* float linearR = max_c(0.0, min_c(1.0, Rx * X + Ry * Y + Rz * Z));
148 float linearR = Rx * X + Ry * Y + Rz * Z;
154 /* float linearR = Rx * X + Ry * Y + Rz * Z;

Completed in 30 milliseconds