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

AVS.TestImage Method

Returns a sample image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestImage
(
	AvlNet.TestImageId inImageId,
	NullableRef<AvlNet.Image> outRgbImage,
	NullableRef<AvlNet.Image> outMonoImage
)

Parameters

Name Type Range Default Description
inImageIdAvlNet.TestImageIdID of test image.
outRgbImageAvlNet.NullableRef<AvlNet.Image>Output color image. Can be null to skip this parameter calculation.
outMonoImageAvlNet.NullableRef<AvlNet.Image>Output mono image. Can be null to skip this parameter calculation.

See also