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

/haiku/headers/private/shared/
H A DHSL.h16 rgb_color to_rgb() const;
/haiku/src/kits/shared/
H A DHSL.cpp47 hsl_color::to_rgb() const function in class:hsl_color
69 // (from_rgb() and to_rgb() are derived from the same)
/haiku/src/preferences/appearance/
H A DAPRView.cpp374 _SetOneColor(B_CONTROL_HIGHLIGHT_COLOR, controlHighlight.to_rgb());
379 _SetOneColor(B_CONTROL_MARK_COLOR, controlMark.to_rgb());
384 keyboardNav = keyboardNavHSL.to_rgb();
411 _SetOneColor(B_SUCCESS_COLOR, success.to_rgb());
415 _SetOneColor(B_FAILURE_COLOR, failure.to_rgb());

Completed in 23 milliseconds