Home
last modified time | relevance | path

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) in from_wavelength() function
415 static self_type from_wavelength(double wl, double gamma = 1.0)
417 return self_type(rgba::from_wavelength(wl, gamma));
677 static self_type from_wavelength(double wl, double gamma = 1.0)
679 return self_type(rgba::from_wavelength(wl, gamma));