Back to FabImage Studio website
You are here: Start » Filter Reference » Image Basics » EmptyImage
Creates a uniform image.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inWidth | Integer | 1 - 65536 | Width of the created image |
![]() |
inHeight | Integer | 1 - 65536 | Height of the created image |
![]() |
inColor | Pixel | Color of all pixels of the created image | |
![]() |
inChannels | Integer | 1 - 4 | Number of channels |
![]() |
inPixelType | PlainType | ||
![]() |
outImage | Image | Output image |
Description
The operation produces an empty image of desired dimensions and color.
Examples
Description of usage of this filter can be found in examples and tutorial: Brick destroy (Game).
![]() |
EmptyImage run with default parameters produces 320x240 black image.
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Complexity Level
This filter is available on Basic Complexity Level.