Palette.Colorize Method (Color)

FreeImage.NET

PaletteColorize Method (Color)
Creates a linear palette based on the provided color.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public void Colorize(
	Color color
)

Parameters

color
Type: System.DrawingColor
The Color used to colorize the palette.
Remarks
Only call this method on linear palettes.
See Also