isHighDynamicRange property

bool get isHighDynamicRange

Indicates that this image is tagged for display of high dynamic range content.

Implementation

bool get isHighDynamicRange {
  return _objc_msgSend_91o635(this.ref.pointer, _sel_isHighDynamicRange);
}