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

Public Attributes

rerun::encodings::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: