Click or drag to resize

LookupTableCommands Class

Provides a set of lookuptable related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.AdjustLookupTableCommands

Namespace:  MediaCy.Automation.Adjust
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public NotInheritable Class LookupTableCommands

The LookupTableCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAdvancedDisplay
Toggles Advanced Display panel.
Public propertyStatic memberApply
Applies display changes (Brightness, Contrast, Gamma, BW Levels and LUT) to the image.
Public propertyStatic memberBestFit
Sets BW Levels to their best-fit values that exclude selected % of pixels at either end.
Public propertyStatic memberBlackLevel
Sets White Level of the image.
Public propertyStatic memberBrightness
Sets the brightness value associated with the LUT. Values range from 0 to 100. Default (neutral) value is 50.
Public propertyStatic memberContrast
Sets the contrast value associated with the LUT. Values range from 0 to 100. Default (neutral) value is 50.
Public propertyStatic memberGamma
Sets the gamma value associated with the LUT. Values range from 0.1 to 10.0. Default (neutral) value is 1.0.
Public propertyStatic memberInvert
Inverts LUT.
Public propertyStatic memberLoad
Loads display parameters (LUTs) from the file.
Public propertyStatic memberReset
Resets display (Brightnes, Contrast, Gamma, BW Levels and LUTs) to default.
Public propertyStatic memberSave
Saves display parameters (LUTs) into the file.
Public propertyStatic memberWhiteLevel
Sets White Level of the image.
Top
See Also