Sets the transparency color for a GdPicture image.
If the specified GdPicture image is an editable multiframe gif image, you should this function for each frame of the image.
public GdPictureStatus GifSetTransparency( int ImageID, Color TransparentColor );
Public Function GifSetTransparency( ByVal ImageID As Integer, ByVal TransparentColor As Color ) As GdPictureStatus
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. |
|
TransparentColor |
Color Object. You can build a Color Object using the ARGB() function. Color to set as transparent. |
A member of the GdPictureStatus enumeration.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|