tint static method

Tint tint([
  1. String? options
])

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: options String options returns Tint

Implementation

static Tint tint([String? options]) {
  return Tint(options);
}