←Select platform

AmbientColor Property

Summary

Gets or sets the ambient color of the light sources in the Data property.

Syntax

C#
VB
WinRT C#
C++
public RasterColor AmbientColor { get; set; } 
  
Public Property AmbientColor As Leadtools.RasterColor 
public Leadtools.RasterColor AmbientColor {get; set;} 
  
get_AmbientColor(); 
set_AmbientColor(value); 
Object.defineProperty('AmbientColor');  
public: 
property Leadtools.RasterColor AmbientColor { 
   Leadtools.RasterColor get(); 
   void set (    Leadtools.RasterColor ); 
} 

Property Value

The ambient color of the light sources in the Data property.

Example

Refer to LightCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly