←Select platform

Ambient Property

Summary

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

Syntax

C#
VB
WinRT C#
C++
public int Ambient { get; set; } 
  
Public Property Ambient As Integer 
public int Ambient {get; set;} 
  
get_Ambient(); 
set_Ambient(value); 
Object.defineProperty('Ambient');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly