Back to Adaptive Vision Library website

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

FillImageBuffer


Header: AVL.h
Namespace: avl
Module: FoundationLite

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 *