Table of Contents

Class YCbCr

Namespace
SharpDX.Direct2D1.Effects
Assembly
SharpDX.Direct2D1.dll

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 DeviceContext

The 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

YcbcrChromaSubSampling

InterpolationMode

Gets or sets the interpolation mode.

public YcbcrInterpolationMode InterpolationMode { get; set; }

Property Value

YcbcrInterpolationMode

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