Plate.MaximumPixelValue Property

 Plate.MaximumPixelValue  (read-only, Long)
 
The intensity value of the brightest pixel in the image (long, range 0-65535)

Syntax

Plate.MaximumPixelValue

The property syntax has these parts:

Part Description
Value (Long) The intensity value of the brightest pixel in the image (long, range 0-65535)

Remarks

While PinPoint can attach images in a variety of pixel and image formats including 1-shot color, its internal image storage format is monochrome 16-bit unsigned integer. Monochrome (1-plane) images are scaled to the range 0-65535. Color images are converted on attaching to monochrome 16-bit color. Thus the MaximumPixelValue property always returns a value between 0 and 65535.