GdPicture.NET.14.API
GdPicture14 Namespace / ColorKey Enumeration





ColorKey Enumeration
Defines the color to be removed (or set as transparent) from the background of the GdPictureImage object.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum ColorKey 
   Inherits System.Enum
 
Members
MemberValueDescription
ColorKeyBlue0The blue color.
ColorKeyGreen1The green color.
ColorKeyRed2The red color.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.ColorKey

See Also