Rerun C++ SDK
|
Component: The metadata describing the contents of a components::ImageBuffer
.
More...
#include <rerun/components/image_format.hpp>
Public Member Functions | |
ImageFormat (rerun::WidthHeight resolution, datatypes::PixelFormat pixel_format) | |
From a specific pixel format. | |
ImageFormat (rerun::WidthHeight resolution, datatypes::ChannelDatatype datatype) | |
Create a new image format for depth or segmentation images with the given resolution and datatype. | |
ImageFormat (rerun::WidthHeight resolution, datatypes::ColorModel color_model, datatypes::ChannelDatatype datatype) | |
ImageFormat (rerun::datatypes::ImageFormat image_format_) | |
ImageFormat & | operator= (rerun::datatypes::ImageFormat image_format_) |
operator rerun::datatypes::ImageFormat () const | |
Cast to the underlying ImageFormat datatype. | |
Public Attributes | |
rerun::datatypes::ImageFormat | image_format |
Component: The metadata describing the contents of a components::ImageBuffer
.