LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Ambient Property

Show in webframe







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

 

 


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