Class UnsharpFilter
UnsharpFilter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class UnsharpFilter : Filter
Properties
ChromaEffectStrength
Negative value: blur, positive value: sharpen, floating point number, valid value range: -1.5 - 1.5
Declaration
public double? ChromaEffectStrength { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
ChromaMatrixHorizontalSize
Must be an odd integer between 3 and 23
Declaration
public int? ChromaMatrixHorizontalSize { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ChromaMatrixVerticalSize
Must be an odd integer between 3 and 23
Declaration
public int? ChromaMatrixVerticalSize { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
LumaEffectStrength
Negative value: blur, positive value: sharpen, floating point number, valid value range: -1.5 - 1.5
Declaration
public double? LumaEffectStrength { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
LumaMatrixHorizontalSize
Must be an odd integer between 3 and 23
Declaration
public int? LumaMatrixHorizontalSize { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
LumaMatrixVerticalSize
Must be an odd integer between 3 and 23
Declaration
public int? LumaMatrixVerticalSize { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |