isLdrFormat property

bool isLdrFormat

True if the image format is "low dynamic range." LDR formats include: uint1, uint2, uint4, and uint8.

Implementation

bool get isLdrFormat => !isHdrFormat;