←Select platform

Ambient Property

Summary

Gets or sets the factor used when mixing the ambient color with the image.

Syntax
C#
VB
C++
public int Ambient { get; set; } 
  
Public Property Ambient As Integer 
public: 
property int Ambient { 
   int get(); 
   void set (    int ); 
} 

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

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