Class CfnChannelPropsMixin.ColorCorrectionProperty
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnChannelPropsMixin.ColorCorrectionProperty : CfnChannelPropsMixin.IColorCorrectionProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.ColorCorrectionProperty Implements CfnChannelPropsMixin.IColorCorrectionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins;
var colorCorrectionProperty = new ColorCorrectionProperty {
InputColorSpace = "inputColorSpace",
OutputColorSpace = "outputColorSpace",
Uri = "uri"
};
Synopsis
Constructors
| ColorCorrectionProperty() |
Properties
| InputColorSpace | |
| OutputColorSpace | |
| Uri |
Constructors
ColorCorrectionProperty()
public ColorCorrectionProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins;
var colorCorrectionProperty = new ColorCorrectionProperty {
InputColorSpace = "inputColorSpace",
OutputColorSpace = "outputColorSpace",
Uri = "uri"
};
Properties
InputColorSpace
public string? InputColorSpace { get; set; }
Property Value
Remarks
OutputColorSpace
public string? OutputColorSpace { get; set; }
Property Value
Remarks
Uri
public string? Uri { get; set; }