###Function###
WinSetTrans

###Description###
Sets the transparency of a window.

###Syntax###
WinSetTrans ( "title", "text", transparency )


###Parameters###
@@ParamTable@@
title
	The title/hWnd/class of the window to change.  See <a href="../intro/windowsadvanced.htm">Title special definition</a>.
text
	The text of the window to change. See <a href="../intro/windowsbasic.htm#specialtext">Text special definition</a>.
transparency
	A number in the range 0 - 255.  The lower the number, the more transparent the window will become.  255 = Solid, 0 = Invisible.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	Non-zero.
Failure:	0 and sets the @error flag to non-zero if no supported on the OS.
@@End@@


###Remarks###
Screen color must be greater or equal to 16-bit.


###Related###
None.


###Example###
@@IncludeExample@@
