Click or drag to resize
TableTransfer3DEffectTable Property
Gets or sets the 3D lookup table used to transform color values.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public EffectTransferTable3D Table { get; set; }

Property Value

Type: EffectTransferTable3D
See Also