Click or drag to resize
DigitalRuneColorEncoderTargetEncoding Property
Gets or sets the ColorEncoding of the render target.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public ColorEncoding TargetEncoding { get; set; }

Property Value

Type: ColorEncoding
The ColorEncoding of the render target. The default encoding is Rgb.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
See Also