RemoveBackground class Null safety

Class RemoveBackground screen When true, provides better results for images with near perfect green/blue background. colorToRemove The background color as an RGB/A hex code. Overrides the algorithm's choice of background color. Default: The algorithm's choice - often the edge color of the image.

Inheritance

Constructors

RemoveBackground({bool? screen, Color? color})

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

colorToRemove(Color colorToRemove) RemoveBackground
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
screen(bool screen) RemoveBackground
toString() String
A string representation of this object. [...]
override

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited