isLdrFormat property

bool isLdrFormat

Is true if the image format is a low dynamic range (regular) image.

Implementation

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