Back to FabImage Studio website
You are here: Start » Filter Reference » Image Basics » SetImageColumn
Sets pixel values in a single entire column of an image.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inImage | Image | ||
![]() |
inChannelIndex | Integer* | 0 - 3 | Selects a channel of the input image |
![]() |
inColumnIndex | Integer | 0 - 65535 | Selects a column of the input image |
![]() |
inValues | RealArray | New values for specified column | |
![]() |
outImage | Image |
Applications
Allows for creating images from calculated real values. It is significantly slower than SetImageRow.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Channel index out of range in SetImageColumn. |
DomainError | Column index out of range in SetImageColumn. |
DomainError | Size of inValues array and image height are not equal in SetImageColumn. |
Complexity Level
This filter is available on Advanced Complexity Level.