Tint effect
Applies a color vector to each pixel in the image.
e:tint
Parameters
- integer, min 0, max 100
Limitations
- Applicable only to images smaller than 25 mega pixels.
Dependencies
- This transformation does not have any dependencies.
Examples
w:200_e:gs_e:tint:85_e:red:12
use shardimage\shardimagephp\factories\Transformation;
$transformations = (new Transformation())->width(200)->grayscale()->tint(85)->tintRed(12);