menu
image_magick_q8 package
documentation
image_magick_q8.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_q8 package
documentation
image_magick_q8
PixelTrait
fromValue static method
PixelTrait enum