data property

List<int> data
final

A list of min/max pairs, each representing a pixel. For each pixel, the min/max pair represents the minimum and maximum sample over the samplesPerPixel range.

Implementation

final List<int> data;