Class PreprocessingConfig.Types.Color (1.0.0-beta04)

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

Color preprocessing configuration.

Inheritance

Object > PreprocessingConfig.Types.Color

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.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