CpcEffect MembersCPCSilverlight - An implementation of Continuous Parallel Coordinates using Silverlight

The CpcEffect type exposes the following members.
Constructors

  NameDescription
Public methodCpcEffect
Standard constructor.
Back to Top
Fields

  NameDescription
Public fieldStatic memberColormapProperty
Colormap to be used for intensity mapping
Public fieldStatic memberInputProperty
Texture holding the contents of the parallel coordinate system. This is first blurred (to eliminate aliasing artifacts) and then mapped against a colormap.
Back to Top
Properties

  NameDescription
Public propertyColormap
Colormap to be used for intensity mapping
Public propertyInput
Texture holding the contents of the parallel coordinate system. This is first blurred (to eliminate aliasing artifacts) and then mapped against a colormap.
Back to Top
See Also