You are here: Start » AVL.NET » AVS.ColorizeImage Method

AVS.ColorizeImage Method

Shows a monochromatic image in false colors.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ColorizeImage
(
	AvlNet.ColorizeImageState ioState,
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	AvlNet.ColorPalette inPalette,
	bool inNegate,
	int? inMinValue,
	int? inMaxValue,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
ioStateAvlNet.ColorizeImageState
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inPaletteAvlNet.ColorPaletteIronPalette of colors which is used to replace pixels. Default value: Iron.
inNegateboolReversing palette colors.
inMinValueint?0Minimal value of pixel that will be replaced by color from palette, otherwise first color from palette will be set. Default value: 0.
inMaxValueint?255Maximal value of pixel that will be replaced by color from palette, otherwise last color from palette will be set. Default value: 255.
outImageAvlNet.ImageOutput image.

Function Overrides

See also