The KeyColor parameter is the color you want to be transparent.
You can specify this as percentages of red, green and blue however
you may find it more useful to use a hex value or an absolute value
between 0 and 255.
[VBScript]
theObj.Select "notcolor", "keycolor=0d255,0d255,0d255
tolerance=10.0"
' select all parts of the image that are not white (or near to
white)
|
|
|