Home
last modified time | relevance | path

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 DColorPickerView.cpp52 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 DColorField.cpp307 RGB_to_HSV(color.red / 255.0, color.green / 255.0, color.blue / 255.0, in SetMarkerToColor()
H A DColorSlider.cpp366 RGB_to_HSV( in SetMarkerToColor()
/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) in RGB_to_HSV() function
/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, in ObjectChanged()