property LPicture.TransparentColorTo as Color
Specifies the transparent color to define transparency part of the current picture (to).

TypeDescription
Color A Color expression that defines the transparent color.
By default, the TransparentColorTo property is -1, which indicates that the control's TransparentColorTo property defines the color to be shown as transparent on the current picture. The Opaque property indicates if the picture is shown as opaque or transparent.

The TransparentColorFrom / TransparentColorTo properties have effect it:

If The TransparentColorFrom / TransparentColorTo properties have effect, any picture where these apply defines the pixels as:

The control supports almost all type of pictures like

If using the PNG format, the control handles automatically its transparency / alpha blending ( if saved with transparency ), unless the Opaque property is True, so in this case, any TransparentColorFrom or TransparentColorTo property has no effect. 

For any other picture type, you can use any of the following to define the transparent region of the picture: