Palette.CopyFrom Method (Palette)
From FreeImage.NET
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)
C#
public void CopyFrom( Palette palette )
Parameters
- palette
- Type: FreeImageAPIPalette
The palette to copy from.
| Exception | Condition |
|---|---|
| ArgumentNullException | palette is a null reference. |