menu
yjy_image_3_3_0 package
documentation
image.dart
HdrImage
hasChannel method
hasChannel method
dark_mode
light_mode
hasChannel
method
bool
hasChannel
(
String
?
ch
)
Does this image contain the given channel?
Implementation
bool hasChannel(String? ch) => slices.containsKey(ch);
yjy_image_3_3_0 package
documentation
image
HdrImage
hasChannel method
HdrImage class