Gets the new transfer function as bitmap of size 256x1.

Namespace: VideoDVR
Assembly: VideoDVR (in VideoDVR.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Bitmap Texture { get; private set; }
Visual Basic
Public Property Texture As Bitmap
	Get
	Private Set
Visual C++
public:
property Bitmap^ Texture {
	Bitmap^ get ();
	private: void set (Bitmap^ value);
}

See Also