RemoveBackground class
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.
Constructors
- RemoveBackground({bool? screen, Color? color})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
colorToRemove(
Color colorToRemove) → RemoveBackground -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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