LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

AmbientColor Property






Gets or sets the ambient color of the light sources in the Data property. .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LightCommand Class
LightCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.