Click or drag to resize
DigitalRuneColorCorrectionFilterLookupTextureA Property
Gets or sets the primary color lookup texture (a 3D texture).

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

Property Value

Type: Texture3D
The primary color lookup texture. The default value is (no transformation).
Remarks
Use ConvertLookupTexture(Texture2D) to convert a 2D lookup texture to a 3D lookup texture.
See Also