tint static method
Blends the image with one or more tint colors at the intensity specified.
Optional - equalize colors before tinting, specify gradient blend positioning per color.
Receives qualifiers Syntax: equalize
:amount
:color1
:color1_position
:color2
:color2_position
:...
color10
:color10_position
returns Tint
Implementation
static Tint tint([String? options]) {
return Tint(options);
}