menu
image_magick_q8 package
documentation
image_magick_q8.dart
PixelMask
fromValue static method
fromValue static method
dark_mode
light_mode
fromValue
static method
PixelMask
fromValue
(
int
value
)
Implementation
static PixelMask fromValue(int value) => PixelMask.values.firstWhere((e) => e.value == value);
image_magick_q8 package
documentation
image_magick_q8
PixelMask
fromValue static method
PixelMask enum