Class YCbCr
The built-in YCbCr effect.
public class YCbCr : Effect
- Inheritance
-
YCbCr
- Inherited Members
Constructors
YCbCr(DeviceContext)
Initializes a new instance of the YCbCr effect.
public YCbCr(DeviceContext context)
Parameters
context
DeviceContextThe device context where this effect instance is attached to.
Properties
ChromaSubSampling
Gets or sets the chroma subsampling of the input chroma image.
public YcbcrChromaSubSampling ChromaSubSampling { get; set; }
Property Value
InterpolationMode
Gets or sets the interpolation mode.
public YcbcrInterpolationMode InterpolationMode { get; set; }
Property Value
Transform
Gets or sets the axis-aligned affine transform of the image. Axis aligned transforms include Scale, Flips, and 90 degree rotations.
public RawMatrix3x2 Transform { get; set; }
Property Value
- RawMatrix3x2