Start » Filter Reference » Image » Image Basics » EmptyImage
Module: | FoundationLite |
---|
Creates an image filled with one color.
Applications
Most typically used to prepare a background for image drawing tools.
Name | Type | Range | Description | |
---|---|---|---|---|
inWidth | Integer | 1 - 65535 | Width of the created image | |
inHeight | Integer | 1 - 65535 | 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).
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Complexity Level
This filter is available on Advanced Complexity Level.