Function clara::holoviz::ImageHost

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

© Copyright 2022, NVIDIA. Last updated on Jun 28, 2023.