Click or drag to resize
DigitalRuneColorCorrectionFilterLookupTexture Property

Note: This API is now obsolete.

Gets or sets the primary color lookup texture (a 3D texture). Same as LookupTextureA.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
[ObsoleteAttribute("This property is the same as LookupTextureA and will be removed in the future.")]
public Texture3D LookupTexture { get; set; }

Property Value

Type: Texture3D
The primary color lookup texture. The default value is (no transformation).
Remarks

The 3D color lookup texture can be set from a 2D texture using SetLookupTexture(Texture2D).

See Also