This property sets the green component (RGB values) of the transparent color when saving an image as a GIF or PNG image.


[Visual Basic] Public Property TransparentGreen As Byte
[C#] public byte TransparentGreen {get; set;}

Property Value

The values can range from 0 to 255

Explanation

The TransparentGreen property sets the Green component (RGB values) of the transparent color when saving an image as a GIF or PNG image. When saving an image as a GIF or PNG image, a color can be transparent by setting the appropriate RGB values in each of the TransparentBlue, TransparentGreen, and TransparentRed properties.
This property value is valid when the Transparent property is True.

 Note: To use this property, you must have the appropriate ImageKit7 dlls.

See Also

ImageKit.File Members | Newtone.ImageKit.Web.ImageKit




The ImageKit.NET2 is created by Newtone Corporation