Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
LightCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing.SpecialEffects Namespace : LightCommand Class


The following tables list the members exposed by LightCommand.

Public Constructors

  Name Description
Public Constructor LightCommand Constructor Overloaded.  Initializes a new LightCommand class object with default parameters.  
Top

Public Properties

  Name Description
Public Property Ambient Gets or sets the factor used when mixing the ambient color with the image.  
Public Property AmbientColor Gets or sets the ambient color of the light sources in the Data property.  
Public Property Bright Gets or sets a value that represents the brightness of the ambient light of the entire image.  
Public Property Data Gets or sets an array of LightCommandData structures that contains information on each light source.  
Public Property HasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

Public Methods

  Name Description
Public Method OnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method raise_Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method Run (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method ToString Overridden.  Overridden. Returns a meaningful name for this command.  
Top

Protected Methods

  Name Description
Protected Method raise__progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

Public Events

  Name Description
Public Event Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also