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

Show in webframe

Ambient Property








Gets or sets the factor used when mixing the ambient color with the image.
Syntax
public int Ambient {get; set;}
'Declaration
 
Public Property Ambient As Integer
'Usage
 
Dim instance As LightCommand
Dim value As Integer
 
instance.Ambient = value
 
value = instance.Ambient
public int Ambient {get; set;}

            

            
 
get_Ambient();
set_Ambient(value);
Object.defineProperty('Ambient');
public:
property int Ambient {
   int get();
   void set (    int value);
}

Property Value

Factor used when mixing the ambient color with the image. This property only accepts positive values.
Example
Refer to LightCommand.
Requirements

Target Platforms

See Also

Reference

LightCommand Class
LightCommand Members

Error processing SSI file