Click or drag to resize

TintOnOff Class

Toggles the tint on the image.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.Commands.ImageTintOnOff

Namespace:  MediaCy.Commands.Image
Assembly:  MediaCy.Addins.ColorComposite (in MediaCy.Addins.ColorComposite.dll) Version: 3.1.0.0
Syntax
VB
Public Class TintOnOff
	Inherits BaseCommand
Constructors
  NameDescription
Public methodTintOnOff
Initializes a new instance of the TintOnOff class
Public methodTintOnOff(String)
Initializes a new instance of the TintOnOff class
Public methodTintOnOff(McCommand)
Initializes a new instance of the TintOnOff class
Top
Remarks
This is a UI command.
See Also