Click or drag to resize

BestFitDisplay Class

Sets the BW Levels for the image to their best-fit values.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.CommandsTwoInputsCommandObject, McImage
            MediaCy.Commands.ColorCompositeSetBaseCommand
              MediaCy.Commands.ColorCompositeBestFitDisplay

Namespace:  MediaCy.Commands.ColorComposite
Assembly:  MediaCy.Addins.ColorComposite (in MediaCy.Addins.ColorComposite.dll) Version: 3.1.0.0
Syntax
VB
Public Class BestFitDisplay
	Inherits SetBaseCommand

The BestFitDisplay type exposes the following members.

Constructors
  NameDescription
Public methodBestFitDisplay
Initializes a new instance of the BestFitDisplay class
Public methodBestFitDisplay(String)
Initializes a new instance of the BestFitDisplay class
Public methodBestFitDisplay(McCommand)
Initializes a new instance of the BestFitDisplay class
Top
Properties
  NameDescription
Public propertyAllChannels
Defines channels to apply Best-Fit.
Public propertyChannelsOption
Defines channels options.
Public propertyHigh
defines percentage of the pixels from the high end of the histogram.
Public propertyLow
Defines percentage of the pixels from the low end of the histogram.
Public propertyMode
Defines Best-Fit mode.
Top
Remarks