Searched refs:RGB_to_HSV (Results 1 – 5 of 5) sorted by relevance
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/ |
H A D | ColorPickerView.cpp | 52 RGB_to_HSV(r, g, b, h, s, v); in ColorPickerView() 378 RGB_to_HSV(r, g, b, h, s, v); in SetColor() 396 RGB_to_HSV(r, g, b, h, s, v); in Color() 450 RGB_to_HSV(r, g, b, h, s, v); in _UpdateColor()
|
H A D | ColorField.cpp | 307 RGB_to_HSV(color.red / 255.0, color.green / 255.0, color.blue / 255.0, in SetMarkerToColor()
|
H A D | ColorSlider.cpp | 366 RGB_to_HSV( in SetMarkerToColor()
|
/haiku/src/apps/icon-o-matic/generic/support/ |
H A D | rgb_hsv.h | 19 RGB_to_HSV(float R, float G, float B, float& H, float& S, float& V) in RGB_to_HSV() function
|
/haiku/src/apps/icon-o-matic/gui/ |
H A D | SwatchGroup.cpp | 163 RGB_to_HSV(color.red / 255.0, color.green / 255.0, color.blue / 255.0, in ObjectChanged()
|