TransparentBlt(Dest, XOriginDest, YOriginDest, WidthDest, HeightDest, Src, XOriginSrc, YOriginSrc, WidthSrc, HeightSrc, Transparent)
Transfers color from one DC to another, with one color treated as transparent
Parameters
Dest : PyHANDLE
Destination device context handleXOriginDest : int
X pos of dest rectYOriginDest : int
Y pos of dest rectWidthDest : int
Width of dest rectHeightDest : int
Height of dest rectSrc : PyHANDLE
Source DC handleXOriginSrc : int
X pos of src rectYOriginSrc : int
Y pos of src rectWidthSrc : int
Width of src rectHeightSrc : int
Height of src rectTransparent : int
RGB color value that will be transparent