Hi,
Does anyone know if this is possible in SQL Lite?
order by (square(c.ColorRed - " & strR & ") + square(c.ColorGreen - " & strG & ") + square(c.ColorBlue - " & strB & "))"
I need a way to lookup matching RGB colors from a table. Something similar to euclidean distance rgb
Does anyone know if this is possible in SQL Lite?
order by (square(c.ColorRed - " & strR & ") + square(c.ColorGreen - " & strG & ") + square(c.ColorBlue - " & strB & "))"
I need a way to lookup matching RGB colors from a table. Something similar to euclidean distance rgb