Home
last modified time | relevance | path

Searched refs:Rz (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/translators/wonderbrush/support/
H A Dlab_convert.cpp63 const float Rz = -0.498571; variable
75 const float RZ = Rz * 255;
148 float linearR = Rx * X + Ry * Y + Rz * Z; in lab2rgb()