Click or drag to resize
DigitalRuneDRTextureProcessorFormat Property
Gets or sets the texture format of output.

Namespace: DigitalRune.Graphics.Content.Pipeline
Assembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
Syntax
[DefaultValueAttribute(DRTextureFormat.Color)]
public virtual DRTextureFormat Format { get; set; }

Property Value

Type: DRTextureFormat
The texture format of the output.
Remarks
The input format can either be left unchanged from the source asset, converted to a corresponding Color, or compressed using the appropriate Dxt format.
See Also