int transparentPixel = -1, alpha = -1;
int /* long */hMask = 0, hBitmap = 0;
byte[] alphaData = null;
switch (image.type) {
case SWT.ICON:
ICONINFO info = new ICONINFO();
Extension.GetIconInfo(image.handle, info);
hBitmap = info.hbmColor;
hMask = info.hbmMask;
break;
case SWT.BITMAP: