FillImage
Fills the input image with one color.
Syntax
C++
Python
def FillImage( ioImage: Image, inColor: Pixel, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioImage | Image | ||
![]() |
inColor | Pixel | Color of all pixels of the created image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


