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

/haiku/src/add-ons/translators/wonderbrush/support/
H A Dlab_convert.h26 void rgb2lab(uint8 R, uint8 G, uint8 B, float& L, float& a, float& b);
28 // rgb2lab
30 rgb2lab(uint8 R, uint8 G, uint8 B, uint8& L, uint8& a, uint8& b) function
33 rgb2lab(R, G, B, CIEL, CIEa, CIEb);
H A Dlab_convert.cpp170 // rgb2lab
172 rgb2lab(uint8 R, uint8 G, uint8 B, float& L, float& a, float& b) function
196 rgb2lab(r1, g1, b1, CIEL1, CIEa1, CIEb1);
197 // rgb2lab(r2, g2, b2, CIEL2, CIEa2, CIEb2);

Completed in 37 milliseconds