GoogleApi.ContentWarehouse.V1.Model.VideoFileColorInfo
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
A message holding all of the color information about a signal: -Color primaries identify the meaning of red, green, and blue ( and the white point). -The transfer characteristic identifies the mapping used to go between linear and coded values of light. -The matrix coefficients identifies, e.g., the conversion between Ycbcr to RGB (in the space of the primaries) -And the color range defines the min/max of the levels used.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
matrixCoefficients
(type:String.t
, default:nil
)
- -
primaries
(type:String.t
, default:nil
)
- -
range
(type:String.t
, default:nil
)
- -
transferCharacteristics
(type:String.t
, default:nil
)
-
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoFileColorInfo