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

/haiku/src/add-ons/translators/wonderbrush/support/
H A Dlab_convert.h14 void lab2rgb(float L, float a, float b, uint8& R, uint8& G, uint8& B);
16 // lab2rgb
18 lab2rgb(uint8 L, uint8 a, uint8 b, uint8& R, uint8& G, uint8& B) function
23 lab2rgb(CIEL, CIEa, CIEb, R, G, B);
H A Dlab_convert.cpp132 // lab2rgb
134 lab2rgb(float L, float a, float b, uint8& R, uint8& G, uint8& B) function
199 lab2rgb(CIEL2, CIEa1, CIEb1, r1, g1, b1);

Completed in 37 milliseconds