Click or drag to resize

ColorPickerToolCommand Class

Activates/deactivates color picker tool that allows picking threshold intensity ranges from image.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Addins.ThresholdToolThresholdToolCommand
            MediaCy.Addins.ThresholdToolColorPickerToolCommand

Namespace:  MediaCy.Addins.ThresholdTool
Assembly:  MediaCy.Addins.ThresholdTool (in MediaCy.Addins.ThresholdTool.dll) Version: 3.1.0.0
Syntax
VB
Public Class ColorPickerToolCommand
	Inherits ThresholdToolCommand

The ColorPickerToolCommand type exposes the following members.

Constructors
  NameDescription
Public methodColorPickerToolCommand
Initializes a new instance of the ColorPickerToolCommand class
Public methodColorPickerToolCommand(McCommand)
Initializes a new instance of the ColorPickerToolCommand class
Top
Properties
  NameDescription
Public propertyActivate
Activates/deactivates the tool.
Public propertyPrompt (Overrides McCommandPrompt.)
Public propertyShowOverlays
Show image overlays in color-picker preview window.
Public propertySize
Size of the color picker area in pixels NxN.
Top
Remarks