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

/haiku/src/apps/icon-o-matic/generic/support/
H A Drgb_hsv.h19 RGB_to_HSV(float R, float G, float B, float& H, float& S, float& V) function
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerView.cpp52 RGB_to_HSV(r, g, b, h, s, v);
378 RGB_to_HSV(r, g, b, h, s, v);
396 RGB_to_HSV(r, g, b, h, s, v);
450 RGB_to_HSV(r, g, b, h, s, v);
H A DColorField.cpp307 RGB_to_HSV(color.red / 255.0, color.green / 255.0, color.blue / 255.0,
H A DColorSlider.cpp366 RGB_to_HSV(
/haiku/src/apps/icon-o-matic/gui/
H A DSwatchGroup.cpp163 RGB_to_HSV(color.red / 255.0, color.green / 255.0, color.blue / 255.0,

Completed in 114 milliseconds