Function clara::holoviz::ImageHost
Defined in File Holoviz.h
-
void clara::holoviz::ImageHost(uint32_t width, uint32_t height, ImageFormat fmt, const void *data)
Defines the image data for this layer, source is host memory.
If the image has a alpha value it’s multiplied with the layer opacity.
- Parameters:
width – width of the image
height – height of the image
fmt – image format
data – host memory pointer