For example i have 2 colors (ARGB) class Color.
My idea is to divide them on light and dark color. So in the bitmap later, I will replace lighter color with white, darker color with black. So how to compare ?
I think RGB average value is not a real solution. Thanks.