Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::components::ImageFormat Struct Reference

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_)
 
ImageFormatoperator= (rerun::datatypes::ImageFormat image_format_)
 
 operator rerun::datatypes::ImageFormat () const
 Cast to the underlying ImageFormat datatype.
 

Public Attributes

rerun::datatypes::ImageFormat image_format
 

Detailed Description

Component: The metadata describing the contents of a components::ImageBuffer.


The documentation for this struct was generated from the following file: