isLdrFormat property
bool
get
isLdrFormat
Is true if the image format is a low dynamic range (regular) image.
Implementation
bool get isLdrFormat => data?.isLdrFormat ?? false;
Is true if the image format is a low dynamic range (regular) image.
bool get isLdrFormat => data?.isLdrFormat ?? false;