maxIndexValue property

  1. @override
num maxIndexValue
override

The maximum value of a palette index, based on the format of the image. This differs from maxChannelValue in that it will not be affected by the format of the palette.

Implementation

@override
num get maxIndexValue => 1.0;