menu
native_imaging package
documentation
native.dart
Image
blend method
blend method
dark_mode
light_mode
blend
method
Image
blend
(
Image
other
,
double
alpha
)
Implementation
Image blend(Image other, double alpha) { return Image._(ImagingBlend(_inst, other._inst, alpha)); }
native_imaging package
documentation
native
Image
blend method
Image class