←Select platform

AmbientColor Property

Summary

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

Syntax
C#
VB
C++
public RasterColor AmbientColor { get; set; } 
  
Public Property AmbientColor As RasterColor 
public: 
property RasterColor AmbientColor { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

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

Example

Refer to LightCommand.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly