type Property

Summary

Gets the color type of the newly generated histogram (line profile).

Syntax

JavaScript Syntax
Object.defineProperty(HistogramGeneratedEventArgs.prototype, 'type', 
	get: function() 
) 
TypeScript Syntax
type: ColorType; // read-only 

Property Value

ColorType enumeration that represents the color type of the newly generated histogram.

Remarks

If the type is Color every item in the histogram is actually a color component, so the first item is Red component, second is Green, third is blue, forth is the next pixel Red component, and so on.

To get the histogram, refer to Histogram.

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.Controls.Medical Assembly