Back to Aurora 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
Input value inImage Image&
Input value inWidth int
Input value inHeight int
Input value inType PlainType::Type
Input value inDepth int
Input value inPitch int
Input value inData byte *