Searched refs:color_distance (Results 1 - 4 of 4) sorted by relevance

/haiku/src/build/libbe/interface/
H A DSystemPalette.cpp23 // color_distance
38 color_distance(uint8 red1, uint8 green1, uint8 blue1, function
62 unsigned distance = color_distance(color.red, color.green, color.blue,
H A DBitmap.cpp284 color_distance(uint8 red1, uint8 green1, uint8 blue1, uint8 red2, uint8 green2, function
439 unsigned distance = color_distance(red, green, blue,
/haiku/src/servers/app/
H A DSystemPalette.cpp25 // color_distance
40 color_distance(uint8 red1, uint8 green1, uint8 blue1, function
64 unsigned distance = color_distance(color.red, color.green, color.blue,
/haiku/src/kits/interface/
H A DColorConversion.cpp65 color_distance(uint8 red1, uint8 green1, uint8 blue1, function in namespace:BPrivate
149 // (because of color_distance())
163 unsigned distance = color_distance(red, green, blue,

Completed in 43 milliseconds