isFloat property
bool
get
isFloat
Does this channel store floating-point data?
Implementation
bool get isFloat => type == HdrImage.FLOAT;
Does this channel store floating-point data?
bool get isFloat => type == HdrImage.FLOAT;