Click or drag to resize

RepeatClick Class

Adjusts the Magic Wand settings.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.Overlays.MagicWandMagicWandCommand
            MediaCy.Commands.Overlays.MagicWandRepeatClick

Namespace:  MediaCy.Commands.Overlays.MagicWand
Assembly:  MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
Syntax
VB
Public Class RepeatClick
	Inherits MagicWandCommand

The RepeatClick type exposes the following members.

Constructors
  NameDescription
Public methodRepeatClick
Initializes a new instance of the RepeatClick class
Public methodRepeatClick(McCommand)
Initializes a new instance of the RepeatClick class
Top
Properties
  NameDescription
Public propertyChannel0
Include or exclude Red/Hue channel in threshold operation.
Public propertyChannel1
Include or exclude Green/Saturation channel in threshold operation.
Public propertyChannel2
Include or exclude Blue/Intensity/Lightness channel in threshold operation.
Public propertyIntensity0
Percentage of the intensity range used for thresholding regions (Monochrome/Red/Hue channhel).
Public propertyIntensity1
Percentage of the intensity range used for thresholding regions (Green/Saturation).
Public propertyIntensity2
Percentage of the intensity range used for thresholding regions (Blue/Intensity/Lightness).
Public propertyPersistIntensity
If True, the Intensity Settings are not restored after the RepeatClick is executed. The SeedCenter values are always restored.
Public propertySeedCenter0
Percentage of the intensity range where the seed point intensity is to be placed
Public propertySeedCenter1
Percentage of the intensity range where the seed point intensity is to be placed(Green/Saturation).
Public propertySeedCenter2
Percentage of the intensity range where the seed point intensity is to be placed (Monochrome/Red/Hue channhel).
Top
Methods
Remarks