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