Back to Adaptive Vision Library website

You are here: Start » Function Reference » Image IO » FillImageBuffer

FillImageBuffer


Header:AVL.h
Namespace:avl

Fills image buffer with provided data.

Syntax

 avl::FillImageBuffer
(
	avl::Image& inImage,
	int inWidth,
	int inHeight,
	avl::PlainType::Type inType,
	int inDepth,
	int inPitch,
	atl::byte * inData
)

Parameters

Name Type Default Description
inImage Image&
inWidth int
inHeight int
inType PlainType::Type
inDepth int
inPitch int
inData byte *