Class Color
Color preprocessing configuration. Note: This configuration is not supported.
Implements
Inherited Members
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class Color : IDirectResponseSchema
Properties
Brightness
Control brightness of the video. Enter a value between -1 and 1, where -1 is minimum brightness and 1 is maximum brightness. 0 is no change. The default is 0.
Declaration
[JsonProperty("brightness")]
public virtual double? Brightness { get; set; }
Property Value
Type | Description |
---|---|
double? |
Contrast
Control black and white contrast of the video. Enter a value between -1 and 1, where -1 is minimum contrast and 1 is maximum contrast. 0 is no change. The default is 0.
Declaration
[JsonProperty("contrast")]
public virtual double? Contrast { get; set; }
Property Value
Type | Description |
---|---|
double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Saturation
Control color saturation of the video. Enter a value between -1 and 1, where -1 is fully desaturated and 1 is maximum saturation. 0 is no change. The default is 0.
Declaration
[JsonProperty("saturation")]
public virtual double? Saturation { get; set; }
Property Value
Type | Description |
---|---|
double? |