GdPicture image identifier.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / PaletteGetTransparentColor Method

PaletteGetTransparentColor Method (GdPictureImaging)

In This Topic
Gets the transparency color of an indexed GdPicture image.
Syntax
'Declaration
 
Public Function PaletteGetTransparentColor( _
   ByVal ImageID As Integer _
) As Color
public Color PaletteGetTransparentColor( 
   int ImageID
)
public function PaletteGetTransparentColor( 
    ImageID: Integer
): Color; 
public function PaletteGetTransparentColor( 
   ImageID : int
) : Color;
public: Color PaletteGetTransparentColor( 
   int ImageID
) 
public:
Color PaletteGetTransparentColor( 
   int ImageID
) 

Parameters

ImageID
GdPicture image identifier.

Return Value

The transparent color of the palette.
See Also