Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

AmbientColor Property








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

Error processing SSI file