You are here: Start » AVL.NET » Invoke.EmptyImage
Creates an image filled with one color.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void EmptyImage ( int inWidth, int inHeight, Avl.Pixel inColor, int inChannels, Avl.PlainType inPixelType, Avl.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inWidth | int | <1, 65535> | 320 | Width of the created image. Default value: 320. | 
![]()  | inHeight | int | <1, 65535> | 240 | Height of the created image. Default value: 240. | 
![]()  | inColor | Avl.Pixel | Color of all pixels of the created image. | ||
![]()  | inChannels | int | <1, 4> | 3 | Number of channels. Default value: 3. | 
![]()  | inPixelType | Avl.PlainType | UInt8 | Default value: UInt8. | |
![]()  | outImage | Avl.Image | Output image. | 


