5.3.4.50. Function image_color_alloc¶
Defined in File image_compute.h
5.3.4.50.1. Function Documentation¶
-
img_data_t *image_color_alloc(const size_t img_width, const size_t img_height)¶
Allocate color image data.
- Parameters
img_width – Image width.
img_height – Image height.
- Returns
Pointer of image data.