max property

  1. @override
int max
final

The maximum value for the pixel format.

This value typically represents opaque and/or full (white) pixels, but for an IndexedFormat, it represents the index of an arbitrary color in the palette which may not be opaque white.

Implementation

@override
final int max;