isHdrFormat property

  1. @override
bool isHdrFormat
override

True if the image format is "high dynamic range." HDR formats include: float16, float32, float64, int8, int16, and int32.

Implementation

@override
bool get isHdrFormat => false;