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

public sealed class PreprocessingConfig.Types.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(Color)

public Color(PreprocessingConfig.Types.Color other)
Parameter
Name Description
other PreprocessingConfigTypesColor

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
Type Description
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
Type Description
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
Type Description
double