You are here: Start » AVL.NET » AVL.ColorizeImage(AvlNet.ColorizeImageState, AvlNet.Image, AvlNet.ColorPalette, bool, int?, int?, AvlNet.Image)

AVL.ColorizeImage(AvlNet.ColorizeImageState, AvlNet.Image, AvlNet.ColorPalette, bool, int?, int?, AvlNet.Image)

Shows a monochromatic image in false colors.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ColorizeImage(
	ref AvlNet.ColorizeImageState ioState,
	AvlNet.Image inImage,
	AvlNet.ColorPalette inPalette,
	bool inNegate,
	int? inMinValue,
	int? inMaxValue,
	out AvlNet.Image outImage
)

Parameters

ioState
Type: AvlNet.ColorizeImageState
inImage
Type: AvlNet.Image
Input image
inPalette
Type: AvlNet.ColorPalette
Palette of colors which is used to replace pixels
inNegate
Type: System.Boolean
Reversing palette colors
inMinValue
Type: System.Nullable<System.Int32>
Minimal value of pixel that will be replaced by color from palette otherwise black pixel will be set, or null.
inMaxValue
Type: System.Nullable<System.Int32>
Maximal value that will be replaced using color from value otherwise last color from palette will be set, or null.
outImage
Type: AvlNet.Image
Output image

Remarks

See full override for more details.

See also