Palette Constructor

FreeImage.NET

Palette Constructor
Overload List
  Name Description
Public method Palette(Color)
Initializes a new instance for the given array of Color that contains a palette.
Public method Palette(Int32)
Initializes a new instance with the specified size.
Public method Palette(FIBITMAP)
Initializes a new instance for the given FreeImage bitmap.
Public method Palette(FITAG)
Initializes a new instance for the given FITAG that contains a palette.
Public method Palette(MetadataTag)
Initializes a new instance for the given MetadataTag that contains a palette.
Public method Palette(RGBQUAD)
Initializes a new instance for the given array of RGBQUAD that contains a palette.
Top
See Also