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

/haiku-fatelf/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-fatelf/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerView.cpp50 RGB_to_HSV(r, g, b, h, s, v);
375 RGB_to_HSV(r, g, b, h, s, v);
393 RGB_to_HSV(r, g, b, h, s, v);
448 RGB_to_HSV(r, g, b, h, s, v);
H A DColorField.cpp347 RGB_to_HSV( (float)color.red / 255.0, (float)color.green / 255.0, (float)color.blue / 255.0, h, s, v );
H A DColorSlider.cpp482 RGB_to_HSV((float)color.red / 255.0f, (float)color.green / 255.0f,
/haiku-fatelf/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 96 milliseconds