| ColorCorrectionFilterLookupTextureA Property |
Gets or sets the primary color lookup texture (a 3D texture).
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public Texture3D LookupTextureA { get; set; }
Public Property LookupTextureA As Texture3D
Get
Set
public:
property Texture3D^ LookupTextureA {
Texture3D^ get ();
void set (Texture3D^ value);
}
member LookupTextureA : Texture3D with get, set
Property Value
Type:
Texture3D
The primary color lookup texture. The default value is
(no
transformation).
Remarks See Also