| ColorCorrectionFilterLookupTexture Property |
Note: This API is now obsolete.
Gets or sets the primary color lookup texture (a 3D texture). Same as
LookupTextureA.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: 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; }
<ObsoleteAttribute("This property is the same as LookupTextureA and will be removed in the future.")>
Public Property LookupTexture As Texture3D
Get
Set
public:
[ObsoleteAttribute(L"This property is the same as LookupTextureA and will be removed in the future.")]
property Texture3D^ LookupTexture {
Texture3D^ get ();
void set (Texture3D^ value);
}
[<ObsoleteAttribute("This property is the same as LookupTextureA and will be removed in the future.")>]
member LookupTexture : Texture3D with get, set
Property Value
Type:
Texture3D
The primary color lookup texture. The default value is
(no
transformation).
Remarks See Also