Gets the color type of the newly generated histogram (line profile).
Object.defineProperty(HistogramGeneratedEventArgs.prototype, 'type',
get: function()
)
type: ColorType; // read-only
ColorType enumeration that represents the color type of the newly generated histogram.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET