isHdrFormat property

bool isHdrFormat

Is true if the image is a high dynamic range image.

Implementation

bool get isHdrFormat => data?.isHdrFormat ?? false;