class ImageInfo

Defined at line 274 of file fidling/gen/sdk/fidl/fuchsia.images/fuchsia.images/hlcpp/fuchsia/images/cpp/fidl.h

Information about a graphical image (texture) including its format and size.

Public Members

Transform transform
uint32_t width
uint32_t height
uint32_t stride
PixelFormat pixel_format
ColorSpace color_space
Tiling tiling
AlphaFormat alpha_format

Public Methods

::std::unique_ptr<ImageInfo> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ImageInfo * value, size_t _offset)
zx_status_t Clone (ImageInfo * result)