←Select platform

UpperAverage Property

Summary

An array that contains the new average pixel value for those pixels with values between the average pixel value for the entire image and the highest pixel value in the image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int[] UpperAverage { get; set; } 
Public Property UpperAverage As Integer() 
public int[] UpperAverage {get; set;} 
@property (nonatomic, strong, nullable) NSArray<NSNumber *> *upperAverage 
public int[] getUpperAverage() 
public void setUpperAverage(int[] value) 
             
 <br/>get_UpperAverage();<br/>set_UpperAverage(value);<br/>Object.defineProperty('UpperAverage');  
public: 
property array<int>^ UpperAverage { 
   array<int>^ get(); 
   void set (    array<int>^ ); 
} 

Property Value

An array contain the new average pixel value for those pixels with values between the average pixel value for the entire image and the highest pixel value in the image. The size of the array equals either one if Type is LightControlCommandType.Yuv or LightControlCommandType.Gray or three if Type is LightControlCommandType.Rgb where the first element corresponds to the new blue upper side average value, the second element to the green, and the last element to the red.

Example

Refer to LightControlCommand()

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.Color Assembly