Transcoder v1 API - Class PreprocessingConfig.Types.Color (2.2.0)

public sealed class Color : IMessage<PreprocessingConfig.Types.Color>, IEquatable<PreprocessingConfig.Types.Color>, IDeepCloneable<PreprocessingConfig.Types.Color>, IBufferMessage, IMessage

Reference documentation and code samples for the Transcoder v1 API class PreprocessingConfig.Types.Color.

Color preprocessing configuration.

Note: This configuration is not supported.

Inheritance

Object > PreprocessingConfig.Types.Color

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

Color()

public Color()

Color(PreprocessingConfig.Types.Color)

public Color(PreprocessingConfig.Types.Color other)
Parameter
NameDescription
otherPreprocessingConfig.Types.Color

Properties

Brightness

public double Brightness { get; set; }

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.

Property Value
TypeDescription
Double

Contrast

public double Contrast { get; set; }

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.

Property Value
TypeDescription
Double

Saturation

public double Saturation { get; set; }

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.

Property Value
TypeDescription
Double