Palette.CopyFrom Method (Palette)

FreeImage.NET

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
ExceptionCondition
ArgumentNullExceptionpalette is a null reference.
See Also