See Also Examples Applies To
Sets a color as transparent into the native GdPicture image or into an area of the native GdPicture image defined by SetROI() function.
Syntax
object.SetTransparencyColor (nColorARGB)
The SetTransparencyColor syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nColorARGB | Required. Long. Color to set as transparent: 32-bit Color (ARGB). |
Returns
Long. GdPictureStatus
Category
Alpha Channel & Transparency