LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Average Property

Show in webframe







Gets or sets an array that contains the new average pixel value for the entire image.
Syntax
public int[] Average {get; set;}
'Declaration
 
Public Property Average As Integer()
'Usage
 
Dim instance As LightControlCommand
Dim value() As Integer
 
instance.Average = value
 
value = instance.Average
public int[] Average {get; set;}
@property (nonatomic, assign) const unsigned int* average;
public int[] getAverage()
public void setAverage(int[] value)
            
 
get_Average();
set_Average(value);
Object.defineProperty('Average');
public:
property array<int>^ Average {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

An array that contains the new 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 average value, the second element to the green, and the last element to the red.
Example
Refer to LightControlCommand()
Requirements

Target Platforms

See Also

Reference

LightControlCommand Class
LightControlCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.