menu
image_magick_q16 package
documentation
image_magick_q16.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_q16 package
documentation
image_magick_q16
PixelMask
fromValue static method
PixelMask enum