isFloat property

bool isFloat

Does this channel store floating-point data?

Implementation

bool get isFloat => type == HdrImage.FLOAT;