←Select platform

LightCommandType Enumeration

Summary
Enumeration that determines the light source type.

Syntax
C#
C++/CLI
Python
public enum LightCommandType 
public enum class LightCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class LightCommandType(Enum): 
   Spot = 0 
   Directional = 1 
Members
ValueMemberDescription
0SpotThe light will appear as a spotlight, based on width, height, angle and edge values.
1DirectionalThe light will be applied to the whole image. If this flag is used, the width, height, angle and edge values will be ignored.
Requirements

Target Platforms

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

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.