Back to FabImage Library website

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

FillImageBuffer


Header: FIL.h
Namespace: fil
Module: FoundationLite

Fills image buffer with provided data.

Syntax

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

Parameters

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