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

/haiku/headers/libs/agg/
H A Dagg_color_rgba.h145 static rgba from_wavelength(double wl, double gamma = 1.0);
150 *this = from_wavelength(wavelen, gamma);
170 inline rgba rgba::from_wavelength(double wl, double gamma) function in class:agg::rgba
415 static self_type from_wavelength(double wl, double gamma = 1.0) function in struct:agg::rgba8
417 return self_type(rgba::from_wavelength(wl, gamma));
677 static self_type from_wavelength(double wl, double gamma = 1.0) function in struct:agg::rgba16
679 return self_type(rgba::from_wavelength(wl, gamma));

Completed in 50 milliseconds