[]
The built-in YCbCr effect.
public class YCbCr : Effect, IDisposable, IUnknown
Initializes a new instance of the YCbCr class.
public YCbCr(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
Gets or sets the chroma subsampling of the input chroma image.
public YcbcrChromaSubSampling ChromaSubSampling { get; set; }
Gets or sets the interpolation mode.
public YcbcrInterpolationMode InterpolationMode { get; set; }
Gets or sets the axis-aligned affine transform of the image. Axis aligned transforms include Scale, Flips, and 90 degree rotations.
public Matrix3x2 Transform { get; set; }
Initializes a new instance of the YCbCr effect.
public static YCbCr Create(DeviceContext context)
context
DeviceContext