Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.11
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

 NameDescription
Public ConstructorLightCommand ConstructorOverloaded.  Initializes a new LightCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyAmbient Gets or sets the factor used when mixing the ambient color with the image.  
Public PropertyAmbientColor Gets or sets the ambient color of the light sources in the Data property.  
Public PropertyBright Gets or sets a value that represents the brightness of the ambient light of the entire image.  
Public PropertyData Gets or sets an array of LightCommandData structures that contains information on each light source.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

Public Methods

 NameDescription
Public MethodOnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodRun (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this command.  
Top

Public Events

 NameDescription
Public EventProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also