GoogleApi.ContentWarehouse.V1.Model.PhotosHdrMetadata
Table of Contents ▼
Jump to a specific part of the page:
Description
HDR Metadata describes in what way an image expresses high dynamic range information (e.g. using a gainmap or a specialized color space).
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
gainmap
(type:GoogleApi.ContentWarehouse.V1.Model.PhotosHdrMetadataGainmap
, default:nil
)
- Indicates the presence of some kind of gainmap-utilizing format.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.PhotosHdrMetadata{
gainmap: GoogleApi.ContentWarehouse.V1.Model.PhotosHdrMetadataGainmap.t() | nil
}
gainmap: GoogleApi.ContentWarehouse.V1.Model.PhotosHdrMetadataGainmap.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.PhotosHdrMetadata