Back to FabImage Studio website
You are here: Start » Filter Reference » Image Basics » SetImageRow
Sets pixel values in a single entire row of an image.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inImage | Image | ||
![]() |
inChannelIndex | Integer* | 0 - 3 | Selects a channel of the input image |
![]() |
inRowIndex | Integer | 0 - 65535 | Selects a row of the input image |
![]() |
inValues | RealArray | New values for specified row | |
![]() |
outImage | Image |
Applications
Allows for creating images from calculated real values.
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.