LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

AmbientColor Property

Show in webframe







Gets or sets the ambient color of the light sources in the Data property.
Syntax
public RasterColor AmbientColor {get; set;}
'Declaration
 
Public Property AmbientColor As RasterColor
'Usage
 
Dim instance As LightCommand
Dim value As RasterColor
 
instance.AmbientColor = value
 
value = instance.AmbientColor
public RasterColor AmbientColor {get; set;}

            

            
 
get_AmbientColor();
set_AmbientColor(value);
Object.defineProperty('AmbientColor');
public:
property RasterColor AmbientColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

The ambient color of the light sources in the Data property.
Example
Refer to LightCommand.
Requirements

Target Platforms

See Also

Reference

LightCommand Class
LightCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.