Back to Aurora Vision Studio website
	
                
                    
	
		
	You are here: Start » Filter Reference » Image » Image Basics » 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 | |
|---|---|---|---|---|
![]()  | 
				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 | ||
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.

 Advanced
