menu
epubx_fable package
documentation
epubx_fable.dart
Image
getExtraChannel method
getExtraChannel method
dark_mode
light_mode
getExtraChannel
method
ImageData?
getExtraChannel
(
String
name
)
Implementation
ImageData? getExtraChannel(String name) => extraChannels != null ? extraChannels![name] : null;
epubx_fable package
documentation
epubx_fable
Image
getExtraChannel method
Image class