class ColorSpace
Defined at line 1986 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/hlcpp/fuchsia/sysmem/cpp/fidl.h
Describes how the pixels within an image are meant to be presented.
Simple color spaces need only a type.
Parametric color spaces may require additional properties.
This type is deprecated for new code, but is still used by some camera code.
Public Members
ColorSpaceType type
Public Methods
::std::unique_ptr<ColorSpace> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ColorSpace * value, size_t _offset)
zx_status_t Clone (ColorSpace * result)