Back to FabImage Studio website

You are here: Start » Filter Reference » Image » Image Basics » SetImageRow

SetImageRow


Module: FoundationLite

Sets pixel values in a single entire row of an image.

Applications

Allows for creating images from calculated real values.
Name Type Range Description
Input value inImage Image
Input value inChannelIndex Integer* 0 - 3 Selects a channel of the input image
Input value inRowIndex Integer 0 - 65535 Selects a row of the input image
Input value inValues RealArray New values for specified row
Output value outImage Image

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Channel index out of range in SetImageRow.
DomainError Row index out of range in SetImageRow.
DomainError Size of inValues array and image width are not equal in SetImageRow.

Complexity Level

This filter is available on Advanced Complexity Level.