GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / PaletteType Enumeration





In This Topic
PaletteType Enumeration
In This Topic
The type of the color palette used by a GdPicture image.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum PaletteType 
   Inherits System.Enum
[ComVisible(true)]
public enum PaletteType : System.Enum 
public enum PaletteType = class(System.Enum)
ComVisibleAttribute()
public enum PaletteType extends System.Enum
[ComVisible(true)]
__value public enum PaletteType : public System.Enum 
[ComVisible(true)]
public enum class PaletteType : public System.Enum 
Members
MemberValueDescription
PaletteTypeGrayScale2The palette is a grayscale palette.
PaletteTypeGrayScaleAlpha3The palette is a grayscale palette with alpha channel support for its entries.
PaletteTypeHalfTone4The palette is a halftone palette.
PaletteTypeHalfToneAlpha5The palette is a halftone palette with alpha channel support for its entries.
PaletteTypeHasAlpha1The palette entries support alpha channel.
PaletteTypeUndefined0The palette type is undefined.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.PaletteType

See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace