Click or drag to resize
EffectTransferTable3D Class
A three dimensional lookup table, for use with TableTransfer3DEffect.
Inheritance Hierarchy
SystemObject
  Microsoft.Graphics.Canvas.EffectsEffectTransferTable3D

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public sealed class EffectTransferTable3D : IDisposable

The EffectTransferTable3D type exposes the following members.

Properties
  NameDescription
Public propertyDevice
Gets the device associated with this EffectTransferTable3D.
Top
Methods
  NameDescription
Public methodStatic memberCreateFromBytes
Creates a 3D transfer table from an array of bytes.
Public methodStatic memberCreateFromColors
Creates a 3D transfer table from an array of colors.
Public methodDispose
Releases all resources used by the EffectTransferTable3D.
Top
See Also