Creates a linear palette based on the provided color.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public void Colorize(
	Color color
)
Visual Basic (Declaration)
Public Sub Colorize ( _
	color As Color _
)
Visual C++
public:
void Colorize(
	Color color
)

Parameters

color
Type: System.Drawing..::.Color
The Color used to colorize the palette.

Remarks

Only call this method on linear palettes.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also