Click or drag to resize
DigitalRuneColorCorrectionFilterCreateLookupTexture2D Method (GraphicsDevice)
Creates the default 2D lookup texture (no color transformations) with 16 entries per color channel.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static Texture2D CreateLookupTexture2D(
	GraphicsDevice graphicsDevice
)

Parameters

graphicsDevice
Type: GraphicsDevice
The graphics device.

Return Value

Type: Texture2D
The default 2D lookup texture which contains no color transformations.
See Also