VideoFileColorInfo

GoogleApi.ContentWarehouse.V1.Model.VideoFileColorInfo


Table of Contents ▼

Jump to a specific part of the page:

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):

View Attributes

Attributes

  1. matrixCoefficients (type: String.t, default: nil)
    -
  2. primaries (type: String.t, default: nil)
    -
  3. range (type: String.t, default: nil)
    -
  4. transferCharacteristics (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoFileColorInfo{
matrixCoefficients: String.t() | nil,
primaries: String.t() | nil,
range: String.t() | nil,
transferCharacteristics: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoFileColorInfo