
VB5/gdi32, Q: how can i make a Region of a color
Unfortunatly, gdi32 doesn't provide a function like ColorRgn which would
make a Region of a certain color. But there must be a easy way to convert
a mask of Bitblt to a region. Now i go throug all pixels and make a Polygon
region, but this is very slow and inefficient. Anyone knows an easier
solution?