Click or drag to resize

McPseudoColorClassCommand Class

Base pseudo-color class command
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMcPseudoColorClassCommandProperties
        MediaCy.CommandsMcPseudoColorClassCommand

Namespace:  MediaCy.Commands
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class McPseudoColorClassCommand
	Inherits BaseObjectCommand(Of McPseudoColorClassCommandProperties)

The McPseudoColorClassCommand type exposes the following members.

Constructors
  NameDescription
Public methodMcPseudoColorClassCommand
Initializes a new instance of the McPseudoColorClassCommand class
Public methodMcPseudoColorClassCommand(McCommand)
Initializes a new instance of the McPseudoColorClassCommand class
Public methodMcPseudoColorClassCommand(McCommand, Object)
Initializes a new instance of the McPseudoColorClassCommand class
Top
Properties
  NameDescription
Public propertyColorBands
List of color bands
Public propertyColorSpectrum
Predefined spectrum or Custom
Public propertyEndColor
End color
Public propertyIntensityRange
Intensity range
Public propertyRepetitions
Number of repetitions in Hue space
Public propertySize
Number of entries
Public propertySpectrumType
Type of the spectrum
Public propertyStartColor
Start color
Top
Methods
  NameDescription
Public methodApplyProperties (Overrides BaseObjectCommand.ApplyProperties(Object).)
Public methodStatic memberFromObject
Public methodSaveParameterAsCode (Overrides BaseObjectCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Public methodSaveParametersAsCode (Overrides BaseObjectCommand.SaveParametersAsCode(TextWriter, String, RecordingFlags).)
Top
Remarks