|
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, encodings::PixelFormat pixel_format) | |
| From a specific pixel format. | |
| ImageFormat (rerun::WidthHeight resolution, encodings::ChannelDatatype datatype) | |
| Create a new image format for depth or segmentation images with the given resolution and datatype. | |
| ImageFormat (rerun::WidthHeight resolution, encodings::ColorModel color_model, encodings::ChannelDatatype datatype) | |
| ImageFormat (rerun::encodings::ImageFormat image_format_) | |
| ImageFormat & | operator= (rerun::encodings::ImageFormat image_format_) |
| operator rerun::encodings::ImageFormat () const | |
| Cast to the underlying ImageFormat encoding. | |
Public Attributes | |
| rerun::encodings::ImageFormat | image_format |
Component: The metadata describing the contents of a components::ImageBuffer.