Click or drag to resize
DigitalRuneColorCorrectionFilterConvertLookupTexture Method
Converts a 2D lookup texture to a 3D lookup texture.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static Texture3D ConvertLookupTexture(
	Texture2D texture2D
)

Parameters

texture2D
Type: Texture2D
The 2D lookup texture.

Return Value

Type: Texture3D
The 3D lookup texture.
Exceptions
ExceptionCondition
ArgumentNullExceptiontexture2D is .
ArgumentExceptiontexture2D is not a color texture or does not have the expected format.
See Also