PictureEffectsRaw Xojo Plugin

RawBitmapChannelHistogram.Value Method (console safe)

Reads a value at a given index from the histogram

Value(
   index as Integer) as Integer

Parameters

index
The index into the histogram. This value can be from 0 to 255.

Returns

Integer
Number of occurrences of the given channel value in the image.

Remarks

See Also

RawBitmapChannelHistogram Class