Creates a linear palette based on the provided color.
Namespace:
FreeImageAPIAssembly: 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.