FreeImage.NET Class Library Reference
PaletteCopyFrom Method (Palette) |
Copies the values from the specified Palette to this instance.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public void CopyFrom( Palette palette )
Parameters
- palette
- Type: FreeImageAPIPalette
The palette to copy from.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | palette is a null reference. |
See Also