←Select platform

LowerAverage Property

Summary
Gets or sets an array that contains the new average pixel value for those pixels with values between 0 and the average pixel value for the entire image.
Syntax
C#
VB
Objective-C
C++
Java
public int[] LowerAverage { get; set; } 
Public Property LowerAverage As Integer() 
@property (nonatomic, strong, nullable) NSArray<NSNumber *> *lowerAverage 
public int[] getLowerAverage() 
public void setLowerAverage(int[] value) 
public: 
property array<int>^ LowerAverage { 
   array<int>^ get(); 
   void set (    array<int>^ ); 
} 

Property Value

An array that contains the new average pixel value for those pixels with values between 0 and the average pixel value for the entire image. The size of the array equals one, if Type is LightControlCommandType.Yuv or LightControlCommandType.Gray, or three, if Type is LightControlCommandType.Rgb. If Type is LightControlCommandType.Rgb the first element corresponds to the new blue lower average value, the second element to the green, and the last element to the red.

Example

Refer to LightControlCommand()

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Color Assembly

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